X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=b68e8c4e01d4056e0edd560c0bf9004c53b7d867;hp=982eed9a5c09f3f28ff0fdba695961801ab0cfe0;hb=b84845b9062cd783bea1d206bc7355156550d45a;hpb=8b2299e3baf283312bc417fcd6726cc5e41ab675;ds=inline diff --git a/README.rst b/README.rst index 982eed9..b68e8c4 100644 --- a/README.rst +++ b/README.rst @@ -14,9 +14,9 @@ This package is built on the top of `Python Twitter Tool`_ and `Twitter API`_. Showcase ---------- -Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s +Screencast: https://www.youtube.com/watch?v=tykCvPMJq8s -Screenshot: +Screenshot: .. figure:: https://raw.githubusercontent.com/DTVD/rainbowstream/master/screenshot/RainbowStream.png :alt: rainbowstream @@ -32,13 +32,13 @@ You will need Python 2.7+ and pip. .. code:: bash sudo pip install rainbowstream - + or try with a virtualenv .. code:: bash sudo pip install virtualenv # skip if you already have virtualenv - virtualenv venv + virtualenv venv source venv/bin/activate # use the brand new virtualenv. pip install rainbowstream @@ -85,7 +85,7 @@ For themes and color setting, see `config guide`_. Bug and feature requests ------------------------ -Found a bug or a feature request ? +Found a bug or a feature request ? Please `create an issue`_ or contact me at `@dtvd88`_ Contributing