update readme pip install command

This commit is contained in:
Jannes Höke 2016-04-23 15:51:02 +02:00
parent 4c0737d7c1
commit 7c8a0e00c0

View file

@ -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`