upgrade readme
This commit is contained in:
19
readme.md
19
readme.md
@@ -1,38 +1,51 @@
|
|||||||
# LaTaniere Launcher UI
|
# LaTaniere Launcher UI
|
||||||
|
|
||||||
|
⚠️ you need [Qt Designer](https://build-system.fman.io/qt-designer-download).
|
||||||
|
|
||||||
## First: create virtualenv
|
## First: create virtualenv
|
||||||
|
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
|
|
||||||
## Second: activate your virtual environment
|
## Second: activate your virtual environment
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
Execute in powershell:
|
Execute in powershell:
|
||||||
```
|
|
||||||
|
```powershell
|
||||||
.venv/bin/activate.ps1
|
.venv/bin/activate.ps1
|
||||||
```
|
```
|
||||||
|
|
||||||
or batch file
|
or batch file
|
||||||
```
|
|
||||||
|
```bat
|
||||||
.venv/bin/activate.bat
|
.venv/bin/activate.bat
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
Execute into terminal in project folder:
|
Execute into terminal in project folder:
|
||||||
`source .venv/bin/actiave`
|
`source .venv/bin/actiave`
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
## Third install packages
|
## Third install packages
|
||||||
|
|
||||||
Ensure your virtual environment is active and execute these commands within it.
|
Ensure your virtual environment is active and execute these commands within it.
|
||||||
|
|
||||||
### Using Pip
|
### Using Pip
|
||||||
|
|
||||||
#### Global packages
|
#### Global packages
|
||||||
|
|
||||||
`pip install -r .\requirements.txt`
|
`pip install -r .\requirements.txt`
|
||||||
|
|
||||||
#### packages for Windows only
|
#### packages for Windows only
|
||||||
|
|
||||||
`pip install -r .\windows_requirements.txt`
|
`pip install -r .\windows_requirements.txt`
|
||||||
|
|
||||||
### Using install.py script
|
### Using install.py script
|
||||||
|
|
||||||
Execute `python install.py`
|
Execute `python install.py`
|
||||||
Note: in case if you aren't virtual environment, the script stop.
|
Note: in case if you aren't virtual environment, the script stop.
|
||||||
|
|
||||||
|
|
||||||
Enjoy.
|
Enjoy.
|
||||||
|
|||||||
Reference in New Issue
Block a user