Skip to content

Commit

Permalink
adding python setup.py develop --user , fixes #426
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Mar 2, 2021
1 parent 70b9890 commit de714a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit de714a4

Please sign in to comment.