Skip to content

Commit a343e5f

Browse files
committed
specify the latest version of python suppported
1 parent 9df3694 commit a343e5f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
"\n",
6464
"To further extend the versatility and utility of Python packages, multiple installations of Python can coexist on a single workstation, independent of one another. Each of these installations is referred to as a Python environment. Each Python environment can have its own set of packages, allowing you to switch between sets of Python functionality without uninstalling and reinstalling packages each time.\n",
6565
"\n",
66-
"By default, ArcGIS Pro has a single conda environment, arcgispro-py3, which includes all Python libraries used by ArcGIS Pro as well as several others, such as scipy and pandas."
66+
"By default, ArcGIS Pro has a single conda environment, arcgispro-py3, which includes all Python libraries used by ArcGIS Pro as well as several others, such as scipy and pandas.\n",
67+
"\n",
68+
"> Note: The most recent ArcGIS Pro 3.1 ships with the ArcGIS API for Python 2.1.0 installed."
6769
]
6870
},
6971
{
@@ -575,7 +577,7 @@
575577
],
576578
"metadata": {
577579
"kernelspec": {
578-
"display_name": "Python 3 (ipykernel)",
580+
"display_name": "Python 3",
579581
"language": "python",
580582
"name": "python3"
581583
},
@@ -589,7 +591,7 @@
589591
"name": "python",
590592
"nbconvert_exporter": "python",
591593
"pygments_lexer": "ipython3",
592-
"version": "3.7.11"
594+
"version": "3.7.10"
593595
},
594596
"toc": {
595597
"base_numbering": 1,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"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.7 or later is required to use the ArcGIS API for Python 2.1.0.\n",
28+
"Python 3.7.0 to 3.9.x 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",

0 commit comments

Comments
 (0)