Skip to content

Commit fcc3e75

Browse files
committed
add note for pip install
1 parent c966ef8 commit fcc3e75

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"\n",
3535
"> __Note__ Most of these packages have dependencies of their own. For a full list of packages installed:\n",
3636
" > * conda environment, type `conda list -n <environment_name>`. \n",
37-
" > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details. \n",
37+
" > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details.\n",
38+
" \n",
3839
"\n",
3940
"* [pandas>=2.0.0,<2.2.0](https://anaconda.org/Esri/pandas) \n",
4041
"* [numpy>=1.21.6,<2](https://anaconda.org/Esri/numpy) \n",
@@ -72,19 +73,15 @@
7273
" * pywin-security\n",
7374
" * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n",
7475
"\n",
76+
"> Note: The dependencies above result from installing using `conda`. Versions may vary if `arcgis` is installed using `pip`.\n",
77+
"\n",
7578
"> 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",
7679
"\n",
80+
"\n",
7781
"### Optional Dependencies\n",
7882
"\n",
7983
"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."
8084
]
81-
},
82-
{
83-
"cell_type": "code",
84-
"execution_count": null,
85-
"metadata": {},
86-
"outputs": [],
87-
"source": []
8885
}
8986
],
9087
"metadata": {

0 commit comments

Comments
 (0)