mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
update readme pip install command
This commit is contained in:
parent
4c0737d7c1
commit
7c8a0e00c0
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue