Update how to setup authored by Jakob Grahn's avatar Jakob Grahn
...@@ -27,9 +27,8 @@ Open `Start` > `ArcGIS` > `Python Command Prompt`: ...@@ -27,9 +27,8 @@ Open `Start` > `ArcGIS` > `Python Command Prompt`:
In the command prompt, type (where `C:\path-to-vpi-codes\` must be changed to the path to the vpi source code as of [step 3](https://gitlab.itek.norut.no/jakob/vpi-toolbox/wikis/how-to-setup#3-download-source-codes)): In the command prompt, type (where `C:\path-to-vpi-codes\` must be changed to the path to the vpi source code as of [step 3](https://gitlab.itek.norut.no/jakob/vpi-toolbox/wikis/how-to-setup#3-download-source-codes)):
```bash ```bash
cd C:\path-to-vpi-codes\
conda create --clone arcgispro-py3 --name vpi conda create --clone arcgispro-py3 --name vpi
conda env update --name vpi --file conda\environment_arcgis.yml conda env update --name vpi --file C:\path-to-vpi-codes\conda\environment_arcgis.yml
``` ```
Open ArcGIS Pro, go to `Project` > `Python` > `Manage Environments`: Open ArcGIS Pro, go to `Project` > `Python` > `Manage Environments`:
... ...
......