Install ArcREST

ArcREST is a python module used to interact and edit REST services. Adopta uses ArcREST to update the asset layer when users adopt and abandon assets. To install ArcREST, follow the steps below.

  1. In Windows Explorer, browse <your directory>\Application folder and right-click on the ArcREST folder while pressing the Shift key.
  2. Choose Open command window here in the context menu to open the Command Prompt window with the folder's path.
  3. Install ArcREST on your ArcGIS for Desktop machine by typing the following into the Command Prompt window.
            
                  C:\Python27\ArcGIS10.x\python.exe setup.py install
              
          
  4. Install ArcREST on your ArcGIS for Server machine by typing the following into the Command Prompt window.
            
                  C:\Python27\ArcGISx6410.x\python.exe setup.py install
              
          
Top