From: Orakaro Date: Mon, 5 May 2014 10:52:49 +0000 (+0900) Subject: Update README.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c267927ca117a7884fb9991477eb9d5af4937177;p=rainbowstream.git Update README.md --- diff --git a/README.md b/README.md index 1102f1c..69c00bc 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,29 @@ ## Rainbow Stream - -A rainbow stream console for Twitter. -Base on Python Twitter Tool +This is a Twitter timeline on the terminal, base on Python Twitter Tool ## Install -With python 2.7+ You can: +*The easy way:* +* Clone this repo +* Install dependencies +* Install the package itself + ```bash -git clone -pip install requirements.txt +git clone https://github.com/DTVD/rainbowstream.git +cd rainbowstream +pip install -r requirements.txt pip install -e . ``` +*The quick way:* +* Install everything over the air + +```bash +pip install -r https://raw.githubusercontent.com/DTVD/rainbowstream/master/requirements.txt +pip install git+https://github.com/DTVD/rainbowstream.git +``` +**Note the I only support Python version 2.7+** ## Usage +Let's see the rainbow ```bash rainbowstream ``` @@ -20,5 +32,4 @@ rainbowstream ## License - Rainbow Stream are released under an MIT License.