From 934b979474b776e9050f113a1390fb8871e9418e Mon Sep 17 00:00:00 2001 From: Zaichen Xiang Date: Mon, 1 Jun 2026 13:04:17 -0600 Subject: [PATCH] Clarify editable installation step in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 476ed00..247c9aa 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ git clone https://github.com/jldz9/InSARHub.git cd InSARHub conda env create -f environment.yml -n insarhub_dev conda activate insarhub_dev +**Note: +Run this command from the repository root directory after activating the Conda environment. +The trailing "." is required because pip installs the current project in editable mode.** pip install -e . ```