diff --git a/README.md b/README.md index b3a1ef2..05af8ae 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,13 @@ Install in developer mode manually: - Fetch https://github.com/JamesRamm/archook/archive/master.zip - unzip `%userprofile%\downloads\archook-master.zip` - run `pip install --editable path\to\archook-master` + + +## Exploration + +Info item: as of ArcGIS Pro 2.7 arcpy is installable with Anaconda. Presumably this means you don't have to have Pro on a given machine to install and use it. (You'll still need to be able to acquire and verify a valid license of course.) + + At ArcGIS Pro 2.7, ArcPy can also be added to an existing Python environment, as long as its package versions are not in conflict. To add ArcPy, use conda to install ArcPy from the Esri channel on Anaconda Cloud. From the Python Command Prompt, run the following command: + conda install arcpy -c esri. + +https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/installing-arcpy.htm