Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vpi-toolbox
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
earth-observation-public
vpi-toolbox
Wiki
how to setup
Changes
Page history
New page
Templates
Clone repository
Update how to setup
authored
4 years ago
by
Jakob Grahn
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
how-to-setup.md
+1
-1
1 addition, 1 deletion
how-to-setup.md
with
1 addition
and
1 deletion
how-to-setup.md
View page @
8b2f9d25
...
@@ -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:
\p
ath-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:
\p
ath-to-vpi-codes
\`
must be changed to the path to the vpi source code as of step
4
):
```
bash
```
bash
cd
C:
\p
ath-to-vpi-codes
\
cd
C:
\p
ath-to-vpi-codes
\
conda create
--clone
arcgispro-py3
--name
vpi
conda create
--clone
arcgispro-py3
--name
vpi
...
...
This diff is collapsed.
Click to expand it.