fixed install command. The "'" sign should not be around what we want to install

MoHamMad 2024-08-20 11:11:49 +03:30
parent 3defc4c0fc
commit 9eea4b8cf6

@ -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.