From: Orakaro Date: Mon, 14 Jul 2014 05:55:52 +0000 (+0900) Subject: Update README.rst X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a80d41791a32542bccd9630f4ade8b27c1326ce4;p=rainbowstream.git Update README.rst --- diff --git a/README.rst b/README.rst index 0aca91f..3736626 100644 --- a/README.rst +++ b/README.rst @@ -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