Pypi changes, pip is giving a version error.
This commit is contained in:
@@ -10,8 +10,13 @@ It is compatible with a large range of terminal emulators on Linux and OSX syste
|
|||||||
------------
|
------------
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
Reddit Terminal Viewer is Py2/Py3 compatible and can be installed via python setuptools.
|
Reddit Terminal Viewer is Py2/Py3 compatible. The quickest way to install is through pip.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
$ sudo pip install rtv
|
||||||
|
|
||||||
|
Alternatively, the repo can be installed directly using python setuptools.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git clone https://github.com/michael-lazar/rtv.git
|
$ git clone https://github.com/michael-lazar/rtv.git
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='rtv',
|
name='rtv',
|
||||||
version='1.0a2',
|
version='1.0a3',
|
||||||
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
|
||||||
long_description=(
|
long_description=(
|
||||||
'**Reddit Terminal Viewer (RTV)** is a lightweight browser '
|
'**Reddit Terminal Viewer (RTV)** is a lightweight browser '
|
||||||
|
|||||||
Reference in New Issue
Block a user