You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For production release, we need to build the src code into an executable (exe on Windows). Usually pyinstaller can be used for this. We should build a batch, or possibly a shell or Python script for running the build.
Notes:
None of us have a Mac so we'll probably just be building for Windows.
The project contains various config files. These should not be built into the executable, and instead should be user-customisable. We may need to revisit how paths are accessed in compiled mode. It is possible to determine if in compiled mode via the following function.
Build Application to Executable
For production release, we need to build the src code into an executable (exe on Windows). Usually
pyinstaller
can be used for this. We should build a batch, or possibly a shell or Python script for running the build.Notes:
into 4 separate exes.
The text was updated successfully, but these errors were encountered: