diff --git a/README.md b/README.md index de3627b..02469cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ - virtualenv venv +Set up the environment with: + + virtualenv venv source venv/bin/activate pip install -r requirements.txt - + +gevent installation may take a long time and display warnings; these may be ignored. \ No newline at end of file