diff --git a/README.rst b/README.rst index 6c61732..cd45a43 100644 --- a/README.rst +++ b/README.rst @@ -35,13 +35,39 @@ Demo Installation ============ -Install using pip (**recommended**) +**macOS** + +On macOS, rtv can be installed via `Homebrew `_: + +.. code-block:: bash + + $ brew install rtv + +**Arch Linux** + +An `AUR `_ package is provided: + +.. code:: bash + + $ # Install the latest release + $ yaourt -S rtv + +.. code:: bash + + $ # Or to keep up to date with the master branch + $ yaourt -S rtv-git + +**pip** + +On other Linux distributions, install by using pip (Python's package manager): .. code-block:: bash $ pip install rtv -or clone the repository +**Source** + +Or you can always clone the repository: .. code-block:: bash @@ -49,6 +75,7 @@ or clone the repository $ cd rtv $ python3 setup.py install + ===== Usage =====