mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
fixed install command. The "'" sign should not be around what we want to install
parent
3defc4c0fc
commit
9eea4b8cf6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ In addition to the tutorial below, there is also the `timerbot.py` example at th
|
|||
> Since v20, you must install PTB with the optional requirement `job-queue`, i.e.
|
||||
>
|
||||
> ```sh
|
||||
> pip install 'python-telegram-bot[job-queue]'
|
||||
> pip install python-telegram-bot[job-queue]
|
||||
> ```
|
||||
|
||||
The `JobQueue` class is tightly integrated with other `telegram.ext` classes.
|
||||
|
|
Loading…
Reference in a new issue