Making Changes - radiantlab/HDRICalibrationTool GitHub Wiki

Rebuilding the Project with PyInstaller

See the specific operating system wiki page for more in-depth OS-specific code building instructions.

Python Module Requirements

See HDRICalibrationTool\requirements.txt to use Python's pip package installer to install the necessary modules automatically.

Here is a list of all required Python modules to build our project with PyInstaller (formatted as [module-name]==[version-number]):

  • pyinstaller==5.10.1
  • pyinstaller-hooks-contrib==2023.3
  • PyQt5==5.15.9
  • PyQt5-Qt5==5.15.2
  • PyQt5-sip==12.12.1
  • PySide6==6.5.0
  • shiboken6==6.5.0