Skip to content

Commit

Permalink
Update README.md for py3
Browse files Browse the repository at this point in the history
  • Loading branch information
knewell committed Nov 21, 2019
1 parent 72281b9 commit 24b28dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Suggest you use Python2 and virtualenv
Suggest you use Python3 and virtualenv
```
virtualenv .
source bin/activate
python3 -m venv venv
source venv/bin/activate
```

Update pip and install requirements
Expand Down

0 comments on commit 24b28dd

Please sign in to comment.