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