The following instructions show how to build the program into a single .exe
file that can be run to install the software.
- Install the required modules from
requirements.txt
if you haven't already. - Open a terminal in the root directory.
- Use a markdown to PDF converter to generate a
manual.pdf
file and place it in./src/assets
. - Install NSIS if you haven't already, and add the install location to your system's PATH variable.
- Run the build command:
pyinstaller -p src --add-data="src;." -y -w --icon=src/assets/icon.ico --name=open-mcr src/main_gui.py; makensis installer.nsi