Skip to content

Commit

Permalink
Update to modern method of using venv
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Aug 7, 2020
1 parent 093a032 commit 33c9300
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ in the base of the clone:

```bash
cd $PROJECTROOT
hash virtualenv || pip3 install virtualenv
virtualenv -p python3 env
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python setup.py develop # so bin scripts can find module
Expand Down

0 comments on commit 33c9300

Please sign in to comment.