From bd8f0e2c5f7e0d6f0858b118bc496b5e758af380 Mon Sep 17 00:00:00 2001 From: David Bimmler Date: Sat, 25 Jul 2015 16:52:45 +0200 Subject: [PATCH] pip --upgrade needs to be at the end. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 13fd2e6cc..55a34cf0b 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ You can install python-telegram-bot using:: Or upgrade to the latest version:: - $ pip install --upgrade python-telegram-bot + $ pip install python-telegram-bot --upgrade =================== _`Getting the code`