From 0feb0d8d7be9024397e85b7f39e552a7b1c61364 Mon Sep 17 00:00:00 2001 From: Dhiraj Srivastava Date: Tue, 18 Jun 2024 16:17:58 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1c6b0d5..ee5431c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Developers should set up a PlantCV conda environment from source code as normal, ```bash cd plantcv-geospatial +<<<<<<< Updated upstream pip install -e . --config-settings editable_mode=strict +======= +pip install -e . +>>>>>>> Stashed changes ```