Skip to content

Commit 8581da2

Browse files
committed
fixed typos and incorrect links as well as adjusted text on isnstall and system requirements guides.
1 parent 3b84b42 commit 8581da2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
" - [Install Using the Python Command Prompt](#Install-using-Python-Command-Prompt)\n",
2222
" - [Install Using Anaconda for Python Distribution](#Install-using-Anaconda-for-Python-Distribution)\n",
2323
" - [Install Using pip](#Install-using-pip)\n",
24-
" - [Dependences](#Dependencies)\n",
24+
" - [Install without Dependencies](#Install-without-Dependencies)\n",
2525
" - [Upgrade the `arcgis` package](#Upgrade-the-arcgis-package)\n",
2626
" - [ArcGIS Pro 2.1](#ArcGIS-Pro-2.1)\n",
2727
" - [ArcGIS Pro 1.4 and 2.0.x](#ArcGIS-Pro-1.4-and-2.0.x)\n",
@@ -56,7 +56,7 @@
5656
" - <a id=\"Pro2.1\" style=\"color:black\">ArcGIS Pro 2.1</a>\n",
5757
" \n",
5858
" 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",
6060
"\n",
6161
" 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",
6262
" - <a id=\"Pro1.3\" style=\"color:black\">ArcGIS Pro 1.3</a>\n",
@@ -128,7 +128,7 @@
128128
"\n",
129129
"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",
130130
"\n",
131-
"### Dependencies\n",
131+
"### Install without Dependencies\n",
132132
"\n",
133133
"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",
134134
"\n",
@@ -137,7 +137,7 @@
137137
"***\n",
138138
"## Upgrade the `arcgis` package\n",
139139
"#### 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",
141141
"\n",
142142
"```python\n",
143143
" conda upgrade -c esri --no-pin arcgis\n",
@@ -278,7 +278,7 @@
278278
"name": "python",
279279
"nbconvert_exporter": "python",
280280
"pygments_lexer": "ipython3",
281-
"version": "3.6.4"
281+
"version": "3.6.3"
282282
},
283283
"varInspector": {
284284
"cols": {

guide/01-getting-started/system-requirements.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"Python 3.5 or later is required to use the ArcGIS API for Python.\n",
1414
"\n",
1515
"## Dependencies\n",
16+
"The full power of the ArcGIS API for Python is best experienced when all its dependencies are installed. However, specific tasks such as GIS administration and content management can be accopmplished even when installed with just the [`six`](https://pypi.python.org/pypi/six) package. See [Install without Dependencies](../install-and-set-up#Install-without-dependencies) to install the `arcgis` package in this manner.\n",
1617
"\n",
17-
"The arcgis package can function with only the [six](https://pypi.python.org/pypi/six) dependency installed in your python environment. However, there are additional dependencies needed to use specific features of the arcgis package, some of which may have been included during your pip or conda install. Here is a full list of all dependencies:\n",
18+
"However, there are additional dependencies needed to use specific features of the ArcGIS API for Python. In order to utilize the ArcGIS API for Python in its full capacity, it is recommended to install the `arcgis` package with pip or conda as all these dependencies are installed. See the fill list below:\n",
1819
"\n",
1920
"* [six](https://pypi.python.org/pypi/six)\n",
2021
"* [pandas](https://pandas.pydata.org/)\n",
@@ -45,7 +46,7 @@
4546
"name": "python",
4647
"nbconvert_exporter": "python",
4748
"pygments_lexer": "ipython3",
48-
"version": "3.6.4"
49+
"version": "3.6.3"
4950
}
5051
},
5152
"nbformat": 4,

0 commit comments

Comments
 (0)