X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=a8de03897e10a716e45ecfa77a0055fd48bb8381;hp=b1f6fdb55019a4ced4fb3a15ccd8495c505ef755;hb=a99609e63f7e3bc425fb70166c237e689b106430;hpb=c426a344303087c8c13391752473c6a22fda8e14 diff --git a/README.rst b/README.rst index b1f6fdb..a8de038 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,10 @@ Rainbow Stream -------------- -.. image:: http://img.shields.io/pypi/dm/rainbowstream.svg?style=flat - :target: https://pypi.python.org/pypi/rainbowstream +.. image:: http://img.shields.io/pypi/l/rainbowstream.svg?style=flat-square + :target: https://github.com/DTVD/rainbowstream/blob/master/LICENSE.txt -.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat +.. image:: http://img.shields.io/pypi/v/rainbowstream.svg?style=flat-square :target: https://pypi.python.org/pypi/rainbowstream Terminal-based Twitter Client. Realtime tweetstream, compose, search , @@ -13,6 +13,9 @@ favorite … and much more fun directly from terminal. This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_, can run on Python 2.7.x and 3.x . +Home page : http://www.rainbowstream.org/ + +Source code : https://github.com/DTVD/rainbowstream Showcase -------- @@ -55,7 +58,7 @@ For debian-based distros, these can be installed with .. code:: bash - sudo apt-get install python-dev libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev + sudo apt-get install python-dev libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev Besides, Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with the ``Pillow`` package installation - a dependency of this app.