From de714a401b2fa971d4873e909723940f7155cf1a Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 2 Mar 2021 11:47:43 -0500 Subject: [PATCH] adding python setup.py develop --user , fixes #426 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ddf99f..8f7b76fc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Run the following commands: git clone https://github.com/datactive/bigbang.git cd bigbang bash conda-setup.sh +python3 setup.py develop --user ``` ## Usage @@ -100,7 +101,7 @@ If the installation described above does not work, you can try to run the instal git clone https://github.com/datactive/bigbang.git # optionally create a new virtualenv here pip3 install -r requirements.txt -python3 setup.py develop +python3 setup.py develop --user ``` ## License