X Tutup
Skip to content

Commit bd8f0e2

Browse files
committed
pip --upgrade needs to be at the end.
1 parent 6956382 commit bd8f0e2

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