Skip to content

Commit

Permalink
add note for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaistMap committed Feb 19, 2025
1 parent c966ef8 commit fcc3e75
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions guide/01-getting-started/system-requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"\n",
"> __Note__ Most of these packages have dependencies of their own. For a full list of packages installed:\n",
" > * conda environment, type `conda list -n <environment_name>`. \n",
" > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details. \n",
" > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details.\n",
" \n",
"\n",
"* [pandas>=2.0.0,<2.2.0](https://anaconda.org/Esri/pandas) \n",
"* [numpy>=1.21.6,<2](https://anaconda.org/Esri/numpy) \n",
Expand Down Expand Up @@ -72,19 +73,15 @@
" * pywin-security\n",
" * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n",
"\n",
"> Note: The dependencies above result from installing using `conda`. Versions may vary if `arcgis` is installed using `pip`.\n",
"\n",
"> Note: if `arcpy` is found in the current python environment, it may be used in various locations. Otherwise, `pyshp` will be used. See [Spatially Enabled DataFrame](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=geoaccessor#arcgis.features.GeoAccessor) for more information.\n",
"\n",
"\n",
"### Optional Dependencies\n",
"\n",
"There are some other python packages that may be required to use certain functionality in the API, but are __not__ automatically installed. To use that functionality, you must manually call `conda install {package_name}` or `pipenv install {package_name}` for such optional packages."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit fcc3e75

Please sign in to comment.