... | ... | @@ -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)):
|
|
|
```bash
|
|
|
cd C:\path-to-vpi-codes\
|
|
|
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`:
|
... | ... | |