StarlioX/README.md

14 lines
254 B
Markdown
Raw Normal View History

2022-08-17 12:01:47 +03:00
### ⚠️Support for Windows 10/11 only, but now development is underway for Linux, Debian and Ubuntu
## Instruction
1. Install the necessary modules
2022-07-12 13:08:45 +03:00
2022-07-18 17:02:02 +03:00
```shell
$ pip install -r requirements.txt
2022-07-12 13:08:45 +03:00
```
2022-08-17 12:01:47 +03:00
2. Run the application
2022-07-12 13:08:45 +03:00
2022-07-18 17:02:02 +03:00
```shell
$ python main.py
```