... | @@ -31,7 +31,7 @@ i.e. the path to where this repository was downloaded (in step 1) |
... | @@ -31,7 +31,7 @@ i.e. the path to where this repository was downloaded (in step 1) |
|
|
|
|
|
|
|
|
|
## 2. Create ArcGIS Conda environment:
|
|
## 2. Create ArcGIS Conda environment:
|
|
Open `Start > ArcGIS > Python Command Prompt`: <details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details>
|
|
Open `Start` > `ArcGIS` > `Python Command Prompt`: <details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details>
|
|
|
|
|
|
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 1):
|
|
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 1):
|
|
```bash
|
|
```bash
|
... | @@ -40,9 +40,9 @@ conda create --clone arcgispro-py3 --name vpi |
... | @@ -40,9 +40,9 @@ conda create --clone arcgispro-py3 --name vpi |
|
conda env update --name vpi --file conda\environment_arcgis.yml
|
|
conda env update --name vpi --file conda\environment_arcgis.yml
|
|
```
|
|
```
|
|
|
|
|
|
Open ArcGIS Pro, go to `Project > Python > Manage Environments`: <details><summary>Show screen shot</summary>[[resources/how-to-setup_python-package-manager.png]]</details>
|
|
Open ArcGIS Pro, go to `Project` > `Python` > `Manage Environments`: <details><summary>Show screen shot</summary>[[resources/how-to-setup_python-package-manager.png]]</details>
|
|
|
|
|
|
Activate the environment called `vpi`: <details><summary>Show screen shot</summary>[[resources/how-to-setup_manage_environments.png]]</details>
|
|
Activate the environment called "vpi": <details><summary>Show screen shot</summary>[[resources/how-to-setup_manage_environments.png]]</details>
|
|
|
|
|
|
Restart ArcGIS Pro.
|
|
Restart ArcGIS Pro.
|
|
|
|
|
... | | ... | |