From fd9cd7910c6d696a1d076e072b2cabee0ed405f0 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 28 Jun 2014 20:12:09 +0900 Subject: [PATCH] Update README.rst --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index acfaf06..765de16 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,14 @@ You will need Python 2.7+ and pip. .. code:: bash + sudo pip install rainbowstream + + +.. code:: bash + + sudo pip install virtualenv # skip if you already have virtualenv + virtualenv venv + source venv/bin/activate # use the brand new virtualenv. pip install rainbowstream Usage -- 2.25.1