From 6037887d813e9d0b34a5a5a47cd90689d8c30793 Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Sat, 17 Oct 2015 00:07:54 -0700 Subject: [PATCH 1/2] pip3 info in read --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 453fdfe..7186cc6 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,13 @@ Install using pip Or clone the repository +Note for pip users, your default python version may not be python3. +Which may cause some errors when trying to run rtv. + +Debian/Ubuntu/Mint users can do ``sudo apt-get install python3-pip``, +then replace pip with pip3 in the command above to use pip with python3 to install rtv. + + .. code-block:: bash $ git clone https://github.com/michael-lazar/rtv.git From 9aa90c3e9a6832672f708ea02ef33c8c77934b06 Mon Sep 17 00:00:00 2001 From: John ShaggyTwoDope Jenkins Date: Sat, 17 Oct 2015 19:31:44 -0700 Subject: [PATCH 2/2] tiny typo fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7186cc6..5726eb7 100644 --- a/README.rst +++ b/README.rst @@ -155,7 +155,7 @@ If you prefer to stay in the terminal, use ``$BROWSER`` to specify a console-bas Authentication -------------- -RTV use OAuth to facilitate logging into your reddit user account [#]_. The login process follows these steps: +RTV uses OAuth to facilitate logging into your reddit user account [#]_. The login process follows these steps: 1. You initiate a login by pressing the ``u`` key. 2. You're redirected to a webbrowser where reddit will ask you to login and authorize RTV.