mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03: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
|
|
``` |