From 303f38c91345ed10b998087a056c16efdccc2dd5 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Sat, 28 Jun 2014 20:09:36 +0900 Subject: [PATCH 1/1] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bea6ebc..49b01f8 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,18 @@ Screenshot: You will need Python 2.7+ and pip. ```bash +sudo pip install rainbowstream +``` + +or try it with a virtualenv +```bash +pip install virtualenv # skip if you already have virtualenv +virtualenv venv +source venv/bin/activate # use the brand new virtualenv. pip install rainbowstream ``` + ## Usage #### The stream Just type -- 2.25.1