X Tutup
Skip to content

Commit 310ac82

Browse files
committed
Merge pull request python-telegram-bot#19 from bimmlerd/patch-1
pip --upgrade needs to be at the end.
2 parents 6956382 + bd8f0e2 commit 310ac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can install python-telegram-bot using::
9393
9494
Or upgrade to the latest version::
9595

96-
$ pip install --upgrade python-telegram-bot
96+
$ pip install python-telegram-bot --upgrade
9797

9898
===================
9999
_`Getting the code`

0 commit comments

Comments
 (0)
X Tutup