add list support and seperate help
[rainbowstream.git] / README.md
index d5b53effba1c8df9a810a94df7d2f1b4ab25ea1a..b29ef69868e5187abd3384aa177a0909e7459c7e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,6 +95,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