-
Notifications
You must be signed in to change notification settings - Fork 12
Building
shinrax2 edited this page Feb 8, 2021
·
4 revisions
- GitPython (and a git client but optional use the
-nogit
flag if u dont have git) - pyinstaller (optional, only for compiled releases)
- UPX (optional, for compressing compiled releases)
Run python -m pip install -r buildrequirements.txt
to install requirements for building a release.
Run python build.py -h
to get an overview of accepted flags for the buildscript.