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 =====