try to fix config;
exe build config (spec)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user