From 5e4d11f30f07541085c52eede9e1c97464883159 Mon Sep 17 00:00:00 2001 From: Ivan Kropotkin Date: Tue, 12 Dec 2023 15:29:12 +0100 Subject: [PATCH] :book: fix python dependency in logs --- sync/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/doc/index.rst b/sync/doc/index.rst index be9ff574..8e415746 100644 --- a/sync/doc/index.rst +++ b/sync/doc/index.rst @@ -17,7 +17,7 @@ Installation * `Install `__ this module in a usual way * Install python package that you need to use. For example, to try demo projects install following packages: - python3 -m pip install python-telegram-bot PyGithub py-trello + python3 -m pip install pyTelegramBotAPI PyGithub py-trello * If your Sync projects use webhooks (most likely), be sure that url opens correct database without asking to select one