From 64e3ddfbecb13ad745e284acda89ce4a3900645a Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 18 Apr 2017 16:55:31 -0700 Subject: [PATCH] Update README.rst --- README.rst | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index e94e3d8..cdbbcc8 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,20 @@ Demo Installation ============ +-------------- +Python package +-------------- + +**rtv** is available on `PyPI `_ and can be installed with pip: + +.. code-block:: bash + + $ pip install rtv + +--------------- +Native packages +--------------- + **macOS** .. code-block:: bash @@ -50,14 +64,6 @@ Installation $ # Or to keep up to date with the master branch $ yaourt -S rtv-git -**pip** - -For other Linux distributions, use **pip** (Python's package manager): - -.. code-block:: bash - - $ pip install rtv - ===== Usage =====