From a80d41791a32542bccd9630f4ade8b27c1326ce4 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Mon, 14 Jul 2014 14:55:52 +0900 Subject: [PATCH] Update README.rst --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.25.1