Installation#

Photon-mosaic requires Python 3.11 or 3.12.

conda create -n photon-mosaic python=3.12
conda activate photon-mosaic
pip install photon-mosaic

To install developer tools (e.g., testing and linting):

pip install 'photon-mosaic[dev]'