mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Update README.rst
This commit is contained in:
parent
2331af89ca
commit
464c1966fb
1 changed files with 6 additions and 4 deletions
10
README.rst
10
README.rst
|
@ -85,7 +85,11 @@ _`Installing`
|
|||
|
||||
You can install python-telegram-bot using::
|
||||
|
||||
$ pip install python-telegram-bot --upgrade
|
||||
$ pip install python-telegram-bot
|
||||
|
||||
Or upgrade to the latest version::
|
||||
|
||||
$ pip install --upgrade python-telegram-bot
|
||||
|
||||
===================
|
||||
_`Getting the code`
|
||||
|
@ -207,6 +211,4 @@ _`TODO`
|
|||
|
||||
Patches and bug reports are `welcome <https://github.com/leandrotoledo/python-telegram-bot/issues/new>`_, just please keep the style consistent with the original source.
|
||||
|
||||
Add more example scripts.
|
||||
|
||||
Add commands handler.
|
||||
- Add commands handler.
|
||||
|
|
Loading…
Reference in a new issue