X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=6ec76feb9c9a243b876ab8fd9857a7c3a9cc5ec1;hp=9dcce9cc54b1dc241f18cd46a7082010e52ad49d;hb=531f568231af56035b61bb196b0e43fa79ff223e;hpb=11302396389a423156fde41379d157fdc6e98f33 diff --git a/README.rst b/README.rst index 9dcce9c..6ec76fe 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Terminal-based Twitter Client. Realtime tweetstream, compose, search , favorite … and much more fun directly from terminal. This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_, -can run on Python 2.7+ and 3.2+. +can run on Python 2.7.x and 3.x . Showcase @@ -134,7 +134,7 @@ steps - `Create your own Twitter Application`_ - Get your Twitter application’s API key and secret -- Fork github's repo +- Fork this repo and clone in your system. - Create a file ``consumer.py`` in `rainbowstream`_ folder with following content @@ -148,11 +148,13 @@ steps .. code:: bash - # cd to directory which contains setup.py + # cd to directory which contains setup.py (cloned directory) virtualenv venv # Python3 users: use -p to specify python3 source venv/bin/activate pip install -e . - pip list | grep rainbowstream # confirm installed version + which rainbowstream # /this-directory/venv/bin/rainbowstream + pip list | grep rainbowstream # rainbowstream (0.x.x, /this-directory) + # Remove ~/.rainbow_oauth if exists rainbowstream # local version of rainbowstream