try to fix config;

exe build config (spec)
This commit is contained in:
Dobromir Popov
2024-09-10 14:33:10 +03:00
parent b6741716ff
commit 452561fb5b
5 changed files with 61 additions and 12 deletions

View File

@ -1,3 +1,10 @@
# to install as an app:
<!-- # to install as an app: -->
pip install pyinstaller
pyinstaller --onefile main.py
pyinstaller main.spec
<!-- to generate reqs.txt -->
pipreqs .
<!-- or -->
pip freeze > requirements.txt