mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
rewritten into English
This commit is contained in:
parent
9725e0d923
commit
0c07248e49
1 changed files with 5 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
||||||
## Инструкция
|
### ⚠️Support for Windows 10/11 only, but now development is underway for Linux, Debian and Ubuntu
|
||||||
1. Скачайте все необходимые модули
|
|
||||||
|
## Instruction
|
||||||
|
1. Install the necessary modules
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pip install -r requirements.txt
|
$ pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Запустите main.py
|
2. Run the application
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ python main.py
|
$ python main.py
|
||||||
|
|
Loading…
Reference in a new issue