From 7c8a0e00c0308b3357d5cefbe12b454da19d4f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sat, 23 Apr 2016 15:51:02 +0200 Subject: [PATCH] update readme pip install command --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f16729110..9fd2a261a 100644 --- a/README.rst +++ b/README.rst @@ -139,11 +139,11 @@ _`Installing` You can install python-telegram-bot using:: - $ pip install python-telegram-bot + $ pip install python-telegram-bot==4.0rc1 Or upgrade to the latest version:: - $ pip install python-telegram-bot --upgrade + $ pip install python-telegram-bot==4.0rc1 --upgrade =================== _`Getting the code`