include dm in timeline
[rainbowstream.git] / README.rst
index 9dcce9cc54b1dc241f18cd46a7082010e52ad49d..6ec76feb9c9a243b876ab8fd9857a7c3a9cc5ec1 100644 (file)
@@ -11,7 +11,7 @@ Terminal-based Twitter Client. Realtime tweetstream, compose, search ,
 favorite â€¦ and much more fun directly from terminal.\r
 \r
 This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_, \r
-can run on Python 2.7+ and 3.2+.\r
+can run on Python 2.7.x and 3.x .\r
 \r
 \r
 Showcase\r
@@ -134,7 +134,7 @@ steps
 \r
 -  `Create your own Twitter Application`_\r
 -  Get your Twitter application’s API key and secret\r
--  Fork github's repo\r
+-  Fork this repo and clone in your system.\r
 -  Create a file ``consumer.py`` in `rainbowstream`_ folder with\r
    following content\r
 \r
@@ -148,11 +148,13 @@ steps
 \r
    .. code:: bash\r
 \r
-       # cd to directory which contains setup.py\r
+       # cd to directory which contains setup.py (cloned directory)\r
        virtualenv venv # Python3 users: use -p to specify python3\r
        source venv/bin/activate\r
        pip install -e .\r
-       pip list | grep rainbowstream # confirm installed version\r
+       which rainbowstream # /this-directory/venv/bin/rainbowstream\r
+       pip list | grep rainbowstream # rainbowstream (0.x.x, /this-directory)\r
+       # Remove ~/.rainbow_oauth if exists\r
        rainbowstream # local version of rainbowstream\r
 \r
 \r