Skip to content

Commit 280a72b

Browse files
authored
docs: update upgrade steps
1 parent 3e0cc8d commit 280a72b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,14 @@ From the root of the forklift source code folder:
165165

166166
### Upgrading ArcGIS Pro
167167

168-
1. Upgrade ArcGIS Pro
168+
If you originally created a fresh conda environment (not cloned from `arcgispro-py3`) and installed arcpy via `conda install arcpy -c esri`:
169169

170-
There is no second step if you originally created a fresh conda environment (not cloned from `arcgispro-py3`) and installed arcpy via `conda install arcpy -c esri`.
170+
1. Copy `forklift\Lib\site-packages\forklift-garage` somewhere safe
171+
1. Upgrade ArcGIS Pro
172+
1. `proup -n forklift`
173+
1. `pip install . -U` (from forklift app folder)
174+
1. Copy garage folder back into site-packages
175+
1. `forklift build` to check dependencies
171176

172177
If you do need to recreate the forklift environment from scratch, follow these steps:
173178

0 commit comments

Comments
 (0)