gogo2/agent-mAId/readme.md
Dobromir Popov 452561fb5b try to fix config;
exe build config (spec)
2024-09-10 14:33:10 +03:00

11 lines
195 B
Markdown

<!-- # 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