Changes
Page history
Update how to setup
authored
Nov 17, 2021
by
Jakob Grahn
Show whitespace changes
Inline
Side-by-side
how-to-setup.md
View page @
4a253468
...
...
@@ -27,9 +27,8 @@ Open `Start` > `ArcGIS` > `Python Command Prompt`:
In the command prompt, type (where `
C:
\p
ath-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:
\p
ath-to-vpi-codes
\
conda create
--clone
arcgispro-py3
--name
vpi
conda
env
update
--name
vpi
--file
conda
\e
nvironment_arcgis.yml
conda
env
update
--name
vpi
--file
C:
\p
ath-to-vpi-codes
\
c
onda
\e
nvironment_arcgis.yml
```
Open ArcGIS Pro, go to
`Project`
>
`Python`
>
`Manage Environments`
:
...
...
...
...