Starlio-web/README.md

12 lines
196 B
Markdown
Raw Normal View History

2022-07-12 13:08:45 +03:00
## Инструкция
1. Скачайте все необходимые модули
2022-07-18 17:02:02 +03:00
```shell
$ pip install -r requirements.txt
2022-07-12 13:08:45 +03:00
```
2. Запустите main.py
2022-07-18 17:02:02 +03:00
```shell
$ python main.py
```