From 3da4aca50883f1dabf70b809735534fc53102bad Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Thu, 5 Dec 2024 10:57:27 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a88eea..b0c2f64 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,11 @@ pip install crashs python3 -m crashs fit --help ``` -Or, if you want to run the latest development code: +Or, if you want to use the latest development code and install in "editable" mode: ```sh git clone https://github.com/pyushkevich/crashs -cd crashs -pip install . +pip install -e ./crashs ``` ## Installation using Docker