Building Pyinstaller Packages Locally
We use Pyinstaller to build executables that do not require Python to be installed on a system. These are built by Travis CI for distribution to ensure a consistent environment but they can also be build locally for testing.
Prerequisites
These need to be installed globally.
Process
Export
OS_NAME
environment variable for your system (ubuntu-22.04
,macos-12
, orwindows-latest
).Execute
make build-pyinstaller-file
ormake build-pyinstaller-folder
from the root of the repo.
The output of these commands can be found in ./artifacts