Pip requirements
This commit is contained in:
parent
e3a5b13d07
commit
e2bd69317d
3 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2023 Egor Guslyancev <electromagneticcyclone@disroot.org>
|
||||
#
|
||||
# SPDX-License-Identifier: Unlicense
|
||||
|
||||
telebot=0.0.5
|
Loading…
Reference in a new issue