From: Orakaro Date: Mon, 14 Jul 2014 05:57:30 +0000 (+0900) Subject: Update index.rst X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9e1f9d5633690fee849e6ce4eb0af5ba112f2576;p=rainbowstream.git Update index.rst --- diff --git a/docs/index.rst b/docs/index.rst index 8b4e1d8..1015a51 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -265,7 +265,7 @@ steps - `Create your own Twitter Application`_ - Get your Twitter application’s API key and secret -- Fork github's repo +- Fork github's repo and clone in your system. - Create a file ``consumer.py`` in ```rainbowstream```_ folder with following content @@ -279,11 +279,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 .. _Create your own Twitter Application: https://apps.twitter.com/app/new