Commit a14dd0ebdf195127d94957ec671b1f72a5396eae

Authored by Andrew Buss
1 parent 8b6e41f08f
Exists in master

Clarified readme

Showing 1 changed file with 5 additions and 2 deletions Inline Diff

virtualenv venv 1 1 Set up the environment with:
2
3 virtualenv venv
source venv/bin/activate 2 4 source venv/bin/activate
pip install -r requirements.txt 3 5 pip install -r requirements.txt
6
7 gevent installation may take a long time and display warnings; these may be ignored.
4