Skip to content

Commit 73f3ae6

Browse files
committed
fix grammar, update versions and link for keyring
1 parent 32dd28f commit 73f3ae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"metadata": {},
2323
"source": [
2424
"## Operating System \n",
25-
"The ArcGIS API for Python 2.2.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 versions later than 1.7.1.\n",
25+
"The ArcGIS API for Python 2.2.0 is compatible with 64-bit versions of Windows, macOS, and Linux. Note that, 32-bit versions of Windows and Linux are no longer supported for API versions later than 1.7.1.\n",
2626
"\n",
2727
"## Python Version\n",
28-
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.2.0.\n",
28+
"Python 3.9.x to 3.10.x is required to use the ArcGIS API for Python 2.2.0.\n",
2929
"\n",
30-
"> **Note:** The `arcgis.learn` module is not supported with Python 3.11.x.\n",
30+
"> **Note:** The `arcgis.learn` module is **only** supported with Python 3.9.x.\n",
3131
"\n",
3232
"## Dependencies\n",
3333
"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",
@@ -47,7 +47,7 @@
4747
"* [notebook](https://ipython.org/notebook.html)\n",
4848
"* [ipywidgets >=7,<8](https://ipywidgets.readthedocs.io/en/stable/)\n",
4949
"* [widgetsnbextension >=3](https://pypi.python.org/pypi/widgetsnbextension)\n",
50-
"* [keyring>=23.3.0](https://pypi.python.org/pypi/keyring/10.6.0)\n",
50+
"* [keyring>=23.3.0](https://pypi.org/project/keyring/23.3.0/)\n",
5151
"* [urllib3<2](https://pypi.python.org/pypi/urllib3)\n",
5252
"* [cachetools](https://pypi.org/project/cachetools/)\n",
5353
"* [lxml](https://pypi.org/project/lxml/)\n",

0 commit comments

Comments
 (0)