Skip to content

Commit

Permalink
Updating doc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lefebvre committed Aug 16, 2017
1 parent c0265f0 commit 058d14d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation and Configuration
For ArcMap
----------

* Launch a windows command prompt in administrator module
* Launch a windows command prompt in administrator mode.
* Issue following commands::

$ cd c:\Python27\ArcGIS10.5\Scripts
Expand All @@ -45,7 +45,7 @@ For ArcMap
For ArcGIS Pro
--------------

* Select from Windows start menu ArcGIS |rarr| Python Command Prompt. Note: Make sure to run as administrator
* Select from Windows start menu ArcGIS |rarr| ArcGIS Pro |rarr| Python Command Prompt. Note: Make sure to run as administrator.
* Issue following command::

$ pip install envipyarc
Expand Down Expand Up @@ -165,7 +165,7 @@ Now, construct a list of tasks to add to the toolbox::

Next, instantiate a GPToolbox class for creating a toolbox::

>>> from envipyengine import GPToolbox
>>> from envipyarc import GPToolbox
>>> envi_toolbox = GPToolbox(task_list)
>>> toolbox_file = envi_toolbox.create_toolbox('c:\\my_envi_tools')

Expand Down

0 comments on commit 058d14d

Please sign in to comment.