bumped to 3.0
[rainbowstream.git] / README.md
index 13d26371737eb12ac4f44b2b72de94b9755c4ca6..a621318ecbe9084a8447985da3a50e82800cdc22 100644 (file)
--- a/README.md
+++ b/README.md
@@ -98,6 +98,8 @@ CONSUMER_SECRET = 'APISecret' # Your Twitter application's API secret
 * Use pip to install in local
 ```bash
 # cd to directory which contains setup.py
+virtualenv venv # Python3 users: use -p to specify python3
+source venv/bin/activate
 pip install -e .
 pip list | grep rainbowstream # confirm installed version
 rainbowstream # local version of rainbowstream