Update how to setup authored by Jakob Grahn's avatar Jakob Grahn
...@@ -10,6 +10,7 @@ Also, remove the old vpi conda environment, by first opening `Start` > `ArcGIS` ...@@ -10,6 +10,7 @@ Also, remove the old vpi conda environment, by first opening `Start` > `ArcGIS`
In the command prompt, type: In the command prompt, type:
```bash ```bash
deactivate deactivate
activate arcgispro-py3
conda remove --name vpi --all conda remove --name vpi --all
``` ```
... ...
......