Update README.rst

Updating installation guide
This commit is contained in:
Michael Lazar
2017-04-09 22:40:49 -07:00
committed by GitHub
parent f8dc69546c
commit ca3fa26def

View File

@@ -35,13 +35,39 @@ Demo
Installation
============
Install using pip (**recommended**)
**macOS**
On macOS, rtv can be installed via `Homebrew <https://brew.sh/>`_:
.. code-block:: bash
$ brew install rtv
**Arch Linux**
An `AUR <https://aur.archlinux.org/packages/rtv/>`_ 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
=====