From 52974125e70c16d32d729d31a166b123f6f633cc Mon Sep 17 00:00:00 2001 From: Orakaro Date: Tue, 3 Jun 2014 17:24:03 +0900 Subject: [PATCH] Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 76f5408..4f1433d 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,10 @@ This package build on the top of [Python Twitter Tool](http://mike.verdone.ca/tw ![v0.0.1](https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStreamvSS.png) ## Install -You will need Python 2.7+ and pip to install - -**The recommened way:** -* Clone this repo -* Create virtualenv (optional but recommended) -* Install dependencies -* Install the package itself - -```bash -git clone git@github.com:DTVD/rainbowstream.git -cd rainbowstream -virtualenv venv # Assume that you have virtualenv installed by "pip install virtualenv" -source venv/bin/activate -pip install -e . -``` -**The quick way:** -* Install everything over the air +You will need Python 2.7+ and pip. ```bash -sudo pip install git+https://github.com/DTVD/rainbowstream.git +pip install rainbowstream ``` ## Usage -- 2.25.1