add readMe
This commit is contained in:
parent
3ed91b4a2c
commit
43d438279f
@ -45,4 +45,10 @@ python3 -m venv virt_env
|
|||||||
source virt_env/bin/activate
|
source virt_env/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
7. Настраивается таймер для выполнения скрипта
|
7. Настроить таймер для выполнения скрипта:
|
||||||
|
```bash
|
||||||
|
cp /systemd/* /etc/systemd/system/
|
||||||
|
systemctl daemon-reload
|
||||||
|
systemctl enable telegram.bot.news.timer
|
||||||
|
systemctl start telegram.bot.news.timer
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user