Skip to content

Commit

Permalink
close: info: at Pro 2.7 arcpy installable via Anaconda channel #33
Browse files Browse the repository at this point in the history
  • Loading branch information
matt wilkie committed Aug 28, 2024
1 parent d81c171 commit 1281a3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1281a3d

Please sign in to comment.