Files
PyQt6_LaTaniere/readme.md

10 lines
147 B
Markdown

# LaTaniere Launcher UI
### First: create virtualenv
python -m venv .venv
### Second: install packages
pip install -r .\requirements.txt
Enjoy.