Update README.rst
Updating installation guide
This commit is contained in:
31
README.rst
31
README.rst
@@ -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
|
||||
=====
|
||||
|
||||
Reference in New Issue
Block a user