Skip to content

Commit

Permalink
docs: fix telegram install command (#1697)
Browse files Browse the repository at this point in the history
* docs: fix telegram install command

* docs: add info to CHANGES
  • Loading branch information
sijis authored Jul 5, 2024
1 parent cbfc29f commit d0e9023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/configuration/telegram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit d0e9023

Please sign in to comment.