Update index.rst
authorOrakaro <nhatminh_179@hotmail.com>
Mon, 14 Jul 2014 05:57:30 +0000 (14:57 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Mon, 14 Jul 2014 05:57:30 +0000 (14:57 +0900)
docs/index.rst

index 8b4e1d8ddd8da22f116217a02a53920d365d8ddb..1015a519cafad13dfa166d4ca4243cd6e07a0df3 100644 (file)
@@ -265,7 +265,7 @@ steps
 \r
 -  `Create your own Twitter Application`_\r
 -  Get your Twitter application’s API key and secret\r
 \r
 -  `Create your own Twitter Application`_\r
 -  Get your Twitter application’s API key and secret\r
--  Fork github's repo\r
+-  Fork github's repo and clone in your system.\r
 -  Create a file ``consumer.py`` in ```rainbowstream```_ folder with\r
    following content\r
 \r
 -  Create a file ``consumer.py`` in ```rainbowstream```_ folder with\r
    following content\r
 \r
@@ -279,11 +279,13 @@ steps
 \r
    .. code:: bash\r
 \r
 \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
        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
 .. _Create your own Twitter Application: https://apps.twitter.com/app/new\r
        rainbowstream # local version of rainbowstream\r
 \r
 .. _Create your own Twitter Application: https://apps.twitter.com/app/new\r