diff --git a/CHANGES.rst b/CHANGES.rst index 450fd1a0c..058dc5657 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ fixes: - chore: bump actions/setup-python version (#1686) - chore: bump actions/checkout version (#1696) - chore: optimize Dockerfile (#1679) +- docs: fix telegram install command (#1697) v6.2.0 (2024-01-01) ------------------- diff --git a/docs/user_guide/configuration/telegram.rst b/docs/user_guide/configuration/telegram.rst index 51d705220..de7cffc8a 100644 --- a/docs/user_guide/configuration/telegram.rst +++ b/docs/user_guide/configuration/telegram.rst @@ -11,7 +11,7 @@ Extra Dependencies You need to install this dependency before using Errbot with Telegram:: - pip install python-telegram-bot + pip install errbot[telegram] Account setup -------------