mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
5 lines
156 B
Batchfile
5 lines
156 B
Batchfile
python -m venv venv
|
|
call ./venv/Scripts/activate
|
|
pip install pyinstaller
|
|
pip install PySimpleGUI
|
|
python -m PyInstaller configurator.py --onefile --noconsole |