qcodespp.scripts.build_executable ================================= .. py:module:: qcodespp.scripts.build_executable .. autoapi-nested-parse:: Build script for creating Windows executable of QCodes++ offline plotting GUI. Requires PyInstaller: pip install pyinstaller Functions --------- .. autosummary:: qcodespp.scripts.build_executable.build_executable qcodespp.scripts.build_executable.build_console_executable qcodespp.scripts.build_executable.main Module Contents --------------- .. py:function:: build_executable() Build Windows executable using PyInstaller. .. py:function:: build_console_executable() Build Windows console executable using PyInstaller. .. py:function:: main() Main build function.