From a14dd0ebdf195127d94957ec671b1f72a5396eae Mon Sep 17 00:00:00 2001 From: Andrew T Buss Date: Tue, 28 Apr 2015 19:09:02 -0700 Subject: [PATCH] Clarified readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 1.9.1