Skip to Content
Mastering ArcGIS Enterprise Administration
book

Mastering ArcGIS Enterprise Administration

by Chad Cooper
October 2017
Intermediate to advanced
382 pages
11h 26m
English
Packt Publishing
Content preview from Mastering ArcGIS Enterprise Administration

Installing using Conda

Conda (https://conda.io) is a package dependency and environment management system for many popular programming languages, such as Python, R, Ruby, and JavaScript, to name a few. As such, the ArcGIS API for Python is distributed via Conda. To use Conda to install the arcgis package, you will first need to download and install the latest version of Anaconda for Python 3.x (https://www.anaconda.com/download/). After you install Anaconda, in your terminal, execute the following command to download and install the API:

    conda install -c esri arcgis  

The API package can also be updated through the Conda command line with the following command:

    conda upgrade -c esri arcgis  
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ArcGIS Server Development with JavaScript

Mastering ArcGIS Server Development with JavaScript

Raymond Kenneth Doman

Publisher Resources

ISBN: 9781788297493Supplemental Content