diff --git a/README.en.md b/README.en.md index 821346c..a41408a 100644 --- a/README.en.md +++ b/README.en.md @@ -14,6 +14,8 @@ Untranslated into English. ```python git clone --no-tags --depth=1 --filter=tree:0 https://git.disroot.org/electromagneticcyclone/duty-board-dog.git +cd duty-board-dog +python -m pip install -r requirements.txt cp config.example.ini config.ini # Edit the config python main.py diff --git a/README.ru.md b/README.ru.md index 94db1bd..e9c5bde 100644 --- a/README.ru.md +++ b/README.ru.md @@ -12,6 +12,8 @@ SPDX-License-Identifier: Unlicense ```python git clone --no-tags --depth=1 --filter=tree:0 https://git.disroot.org/electromagneticcyclone/duty-board-dog.git +cd duty-board-dog +python -m pip install -r requirements.txt cp config.example.ini config.ini # Редактируем конфиг python main.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..614f797 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: 2023 Egor Guslyancev +# +# SPDX-License-Identifier: Unlicense + +telebot=0.0.5