4 lines
95 B
PowerShell
4 lines
95 B
PowerShell
python -m venv .venv
|
|
.\.venv\Scripts\activate
|
|
pip install -r .\requirements.txt
|
|
python .\gui.py |