mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +01:00
pip --upgrade needs to be at the end.
This commit is contained in:
parent
6956382671
commit
bd8f0e2c5f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ You can install python-telegram-bot using::
|
||||||
|
|
||||||
Or upgrade to the latest version::
|
Or upgrade to the latest version::
|
||||||
|
|
||||||
$ pip install --upgrade python-telegram-bot
|
$ pip install python-telegram-bot --upgrade
|
||||||
|
|
||||||
===================
|
===================
|
||||||
_`Getting the code`
|
_`Getting the code`
|
||||||
|
|
Loading…
Reference in a new issue