From 9eea4b8cf63f80c50a708b65f2bf0459184b4d6b Mon Sep 17 00:00:00 2001 From: MoHamMad <88131543+mohammadhoseinGhezelsofla@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:11:49 +0330 Subject: [PATCH] fixed install command. The "'" sign should not be around what we want to install --- Extensions---JobQueue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions---JobQueue.md b/Extensions---JobQueue.md index 73ea953..b83f4fa 100644 --- a/Extensions---JobQueue.md +++ b/Extensions---JobQueue.md @@ -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.