From 831fbf1eec24cb726d0def0f53311dd49ac5d186 Mon Sep 17 00:00:00 2001 From: Nils Deckert <42399937+NilsDeckert@users.noreply.github.com> Date: Thu, 2 Jan 2020 00:07:12 +0100 Subject: [PATCH] Updated readme to comply with use of python3 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4c6953bd68a..f1b1aa3a8b0 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ You can install or upgrade python-telegram-bot with: .. code:: shell - $ pip install python-telegram-bot --upgrade + $ pip3 install python-telegram-bot --upgrade Or you can install from source with: @@ -116,7 +116,7 @@ Or you can install from source with: $ git clone https://github.com/python-telegram-bot/python-telegram-bot --recursive $ cd python-telegram-bot - $ python setup.py install + $ python3 setup.py install In case you have a previously cloned local repository already, you should initialize the added urllib3 submodule before installing with: