mirror of
https://github.com/Starlio-app/StarlioX.git
synced 2025-04-07 03:35:27 +01:00
14 lines
No EOL
254 B
Markdown
14 lines
No EOL
254 B
Markdown
### ⚠️Support for Windows 10/11 only, but now development is underway for Linux, Debian and Ubuntu
|
||
|
||
## Instruction
|
||
1. Install the necessary modules
|
||
|
||
```shell
|
||
$ pip install -r requirements.txt
|
||
```
|
||
|
||
2. Run the application
|
||
|
||
```shell
|
||
$ python main.py
|
||
``` |