Update how to setup authored by Jakob Grahn's avatar Jakob Grahn
...@@ -23,7 +23,7 @@ Make sure you have updated ArcGIS to 2.5 or higher. ...@@ -23,7 +23,7 @@ Make sure you have updated ArcGIS to 2.5 or higher.
Open `Start` > `ArcGIS` > `Python Command Prompt`: Open `Start` > `ArcGIS` > `Python Command Prompt`:
><details><summary>Show screen shot</summary>[[resources/how-to-setup_python-command-prompt.png]]</details> ><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 4):
```bash ```bash
cd C:\path-to-vpi-codes\ cd C:\path-to-vpi-codes\
conda create --clone arcgispro-py3 --name vpi conda create --clone arcgispro-py3 --name vpi
... ...
......