From 9e1f9d5633690fee849e6ce4eb0af5ba112f2576 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Mon, 14 Jul 2014 14:57:30 +0900 Subject: [PATCH] Update index.rst --- docs/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 1.9.1