3 lines
103 B
Batchfile
3 lines
103 B
Batchfile
@echo off
|
|
pip install -r src\requirements.txt
|
|
pyinstaller --onefile --clean --console -n=st src\main.py |