X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.md;h=44aafce904ad29dc51f1a15b3c5fd1c61dd15a81;hp=e8311a67110de2c7bff7c5ddd65e129761f18b3e;hb=4ec2537346b6a83ad3aeeca2dfe7e6e3afd91605;hpb=88fb3a7b2147538fa2d0c9f3ab87ce021778a8f3 diff --git a/README.md b/README.md index e8311a6..44aafce 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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/RainbowStreamv0.0.1.png) ## Install -*The easy way:* +**The easy way:** * Clone this repo * Create virtualenv (optional but recommended) * Install dependencies @@ -16,17 +16,17 @@ This package build on the top of [Python Twitter Tool](http://mike.verdone.ca/tw ```bash git clone https://github.com/DTVD/rainbowstream.git cd rainbowstream -virtualenv venv +virtualenv venv # Assume that you have virtualenv installed by "pip install virtualenv" source venv/bin/activate pip install -r requirements.txt pip install -e . ``` -*The quick way:* +**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 +sudo pip install -r https://raw.githubusercontent.com/DTVD/rainbowstream/master/requirements.txt +sudo pip install git+https://github.com/DTVD/rainbowstream.git ``` **Note the I only support Python version 2.7+**