From 7bd42676a6882137951ec6318c2fdc4d6dfe93b5 Mon Sep 17 00:00:00 2001 From: Luan Pham Date: Sat, 10 Aug 2024 23:23:24 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe68a79..eabc96e 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ By installing this environment, you can run the following: - CIRCA, Nsigma, Dummy ```bash -python3.10 -m venv env -. env/bin/activate +python3.10 -m venv env-dev +. env-dev/bin/activate pip install pip==20.0.2 pip install -e .[dev] ```