Skip to content

Commit

Permalink
📖 fix python dependency in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Dec 12, 2023
1 parent 715bc8e commit 5e4d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
* `Install <https://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html>`__ 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

Expand Down

0 comments on commit 5e4d11f

Please sign in to comment.