|
21 | 21 | " - [Install Using the Python Command Prompt](#Install-using-Python-Command-Prompt)\n",
|
22 | 22 | " - [Install Using Anaconda for Python Distribution](#Install-using-Anaconda-for-Python-Distribution)\n",
|
23 | 23 | " - [Install Using pip](#Install-using-pip)\n",
|
24 |
| - " - [Dependences](#Dependencies)\n", |
| 24 | + " - [Install without Dependencies](#Install-without-Dependencies)\n", |
25 | 25 | " - [Upgrade the `arcgis` package](#Upgrade-the-arcgis-package)\n",
|
26 | 26 | " - [ArcGIS Pro 2.1](#ArcGIS-Pro-2.1)\n",
|
27 | 27 | " - [ArcGIS Pro 1.4 and 2.0.x](#ArcGIS-Pro-1.4-and-2.0.x)\n",
|
|
56 | 56 | " - <a id=\"Pro2.1\" style=\"color:black\">ArcGIS Pro 2.1</a>\n",
|
57 | 57 | " \n",
|
58 | 58 | " Proceed to [Using the API](#Using-the-API) for instructions. ArcGIS Pro 2.1 ships with conda and the `arcgis` package pre-installed.\n",
|
59 |
| - " - <a id=\"Pro1.4\" style=\"color:black\">ArcGIS Pro 1.4 and 2.0</a>\n", |
| 59 | + " - <a id=\"Pro1.4\" style=\"color:black\">ArcGIS Pro 1.4 and 2.0.x</a>\n", |
60 | 60 | "\n",
|
61 | 61 | " Proceed to [Install with ArcGIS Pro Python Package Manager](#Install-using-ArcGIS-Pro-Python-Package-Manager) for instructions on installing the `arcgis` package. ArcGIS Pro 1.4 ships with conda installed.\n",
|
62 | 62 | " - <a id=\"Pro1.3\" style=\"color:black\">ArcGIS Pro 1.3</a>\n",
|
|
128 | 128 | "\n",
|
129 | 129 | "Pip and conda are totally seperate package managers, and should avoid being used interchangeably. It is recommended you use conda to install the API if you are a beginner user. [Read more about the differences](https://stackoverflow.com/questions/20994716/what-is-the-difference-between-pip-and-conda).\n",
|
130 | 130 | "\n",
|
131 |
| - "### Dependencies\n", |
| 131 | + "### Install without Dependencies\n", |
132 | 132 | "\n",
|
133 | 133 | "Both ```conda install -c esri arcgis``` and ```pip install arcgis``` will install all of the dependencies outlined in the [system requirements](https://developers.arcgis.com/python/guide/system-requirements/) section. However, the API can function in a 'stripped down' state with only the ```six``` dependency. This means you can manually manage the dependencies on your system if you don't want to use every feature of the API. \n",
|
134 | 134 | "\n",
|
|
137 | 137 | "***\n",
|
138 | 138 | "## Upgrade the `arcgis` package\n",
|
139 | 139 | "#### ArcGIS Pro 2.1\n",
|
140 |
| - "To update the `arcgis` package to the 1.3 release in any environment with the `arcgispro` package installed (see [Default ArcGIS Pro Environment](../understanding-conda#ArcGIS-Pro)), you'll need to run the command below from either a Terminal window with the arcgis environment active, or the **Python Command Prompt**:\n", |
| 140 | + "ArcGIS Pro 2.1 ships with the ArcGIS API for Python 1.2.5 installed. To update to the newest release, proceed to to run the command below from either a Terminal window with the arcgispro-py3 environment active, or the **Python Command Prompt**:\n", |
141 | 141 | "\n",
|
142 | 142 | "```python\n",
|
143 | 143 | " conda upgrade -c esri --no-pin arcgis\n",
|
|
278 | 278 | "name": "python",
|
279 | 279 | "nbconvert_exporter": "python",
|
280 | 280 | "pygments_lexer": "ipython3",
|
281 |
| - "version": "3.6.4" |
| 281 | + "version": "3.6.3" |
282 | 282 | },
|
283 | 283 | "varInspector": {
|
284 | 284 | "cols": {
|
|
0 commit comments