MacOS - radiantlab/HDRICalibrationTool GitHub Wiki

  1. Open Terminal.

  2. Find the desired location for installation. For example, cd Desktop would lead you to your desktop.

  3. Now you are at your desired install location, copy each line of the following code one line by one line. Note: do not include the $, it indicates the start of a new line. This process should take several minutes, please be patient.

$ git clone https://github.com/XiangyuLijoey/HDRICalibrationTool.git
$ cd HDRICalibrationTool
$ git submodule update --init --recursive --remote

If the terminal is prompting you for an ssh key, please follow the instructions here on creating your own ssh key. If you cannot remember your passphrase, please follow the instructions here to find your passphrase for your ssh key.

$ pip3 install -r requirements.txt

Congratulations, you have installed the HDRICalibration Tool on macOS, now you can run your app by typing

$ python3 main.py

please make sure you are always in the correct folder to access the program.