Upping version, updated pip instructions in readme.

This commit is contained in:
Michael Lazar
2015-03-03 22:39:25 -08:00
parent 968bb2c079
commit b3a6e8b08b
2 changed files with 3 additions and 3 deletions

View File

@@ -13,9 +13,9 @@ Installation
Reddit Terminal Viewer is Py2/Py3 compatible. The quickest way to install is through pip.
.. code-block:: bash
$ sudo pip install rtv
$ sudo pip install --pre rtv
Alternatively, the repo can be installed directly using python setuptools.
Alternatively, you can install directly from the repo using python setuptools.
.. code-block:: bash

View File

@@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='rtv',
version='1.0a3',
version='1.0a4',
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
long_description=(
'**Reddit Terminal Viewer (RTV)** is a lightweight browser '