From 8119bf9ac48fb2a1bd2497975c15fe19bc8d0a2f Mon Sep 17 00:00:00 2001 From: AGRC Dev Date: Wed, 10 Jul 2024 15:13:51 +0000 Subject: [PATCH] docs: update install steps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 534f126..147412a 100755 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This is an effort to polish/standardize/automate a mishmash of stand-alone pytho 1. Install ArcGIS Pro (Standard license level or higher) 1. Create new python conda environment and activate 1. `conda create --name honeycomb python=3.11` +1. `conda activate honeycomb` 1. `conda install arcpy -c esri` 1. Clone repository to local folder. 1. From project folder base: