Update README.md
authorOrakaro <nhatminh_179@hotmail.com>
Tue, 3 Jun 2014 08:24:03 +0000 (17:24 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Tue, 3 Jun 2014 08:24:03 +0000 (17:24 +0900)
README.md

index 76f5408317c5b675a701f9ee1b94539158cb0dc2..4f1433dcc8534c513ebeda763ae10cf2526cd7df 100644 (file)
--- 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