\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
\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