Skip to content

Commit c6e7726

Browse files
authored
Merge pull request #1462 from Esri/chun7642/correct_installation_versions
update version numbers for api 2.1.0 and graphics for installation
2 parents a4c805b + c3a0085 commit c6e7726

13 files changed

+565
-37
lines changed

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

Lines changed: 58 additions & 30 deletions
Large diffs are not rendered by default.

guide/01-getting-started/install-older-versions.ipynb

Lines changed: 499 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"metadata": {},
2323
"source": [
2424
"## Operating System \n",
25-
"The ArcGIS API for Python is compatible with 32-bit and 64-bit versions of Windows, macOS, and Linux.\n",
25+
"The ArcGIS API for Python 2.1.0 is compatible with 64-bit versions of Windows, macOS, and Linux. Note that, 32-bit versions of Windows and Linux is no longer supported for API versioned later than 1.7.1.\n",
2626
"\n",
2727
"## Python Version\n",
28-
"Python 3.5 or later is required to use the ArcGIS API for Python.\n",
28+
"Python 3.7 or later is required to use the ArcGIS API for Python 2.1.0.\n",
2929
"\n",
3030
"## Dependencies\n",
3131
"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 accomplished with a subset of dependencies installed. See [Install with minimum Dependencies](../install-and-set-up#install-with-minimum-dependencies) to install the `arcgis` package in this manner.\n",
@@ -71,7 +71,7 @@
7171
],
7272
"metadata": {
7373
"kernelspec": {
74-
"display_name": "Python 3 (ipykernel)",
74+
"display_name": "Python 3",
7575
"language": "python",
7676
"name": "python3"
7777
},
@@ -85,7 +85,7 @@
8585
"name": "python",
8686
"nbconvert_exporter": "python",
8787
"pygments_lexer": "ipython3",
88-
"version": "3.7.11"
88+
"version": "3.7.10"
8989
},
9090
"toc": {
9191
"base_numbering": 1,

guide/01-getting-started/understanding-conda.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
"\n",
7777
" * [Python and ArcGIS Pro 1.3: Conda](https://community.esri.com/docs/DOC-8359)\n",
7878
" * [Conda and ArcGIS Pro 1.4](https://arcpy.wordpress.com/2016/10/21/conda-and-arcgis-pro/)\n",
79+
" * [ArcGIS Notebooks in ArcGIS Pro (2.9) FAQ](https://community.esri.com/t5/python-documents/arcgis-notebooks-in-arcgis-pro-2-9-faq/ta-p/1116141)\n",
80+
" * [ArcGIS Notebooks in ArcGIS Pro (3.0) FAQ](https://community.esri.com/t5/python-documents/arcgis-notebooks-in-arcgis-pro-3-0-faq/ta-p/1196582)\n",
7981
"\n",
8082
"### Anaconda Distribution\n",
8183
"After the installation, Anaconda installs Python, conda, and hundreds of default packages into one environment:\n",
@@ -200,7 +202,7 @@
200202
"metadata": {
201203
"anaconda-cloud": {},
202204
"kernelspec": {
203-
"display_name": "Python 3 (ipykernel)",
205+
"display_name": "Python 3",
204206
"language": "python",
205207
"name": "python3"
206208
},
@@ -214,7 +216,7 @@
214216
"name": "python",
215217
"nbconvert_exporter": "python",
216218
"pygments_lexer": "ipython3",
217-
"version": "3.7.11"
219+
"version": "3.7.10"
218220
},
219221
"toc": {
220222
"base_numbering": 1,

static/img/ppm_active_env.png

235 KB
Loading

static/img/ppm_active_env2x.png

103 KB
Loading
222 KB
Loading
107 KB
Loading

static/img/ppm_mng_env.png

168 KB
Loading

static/img/ppm_mng_env2x.png

143 KB
Loading

0 commit comments

Comments
 (0)