Installation#
photon-mosaic-pipeline requires Python 3.11 or 3.12.
conda create -n photon-mosaic-pipeline python=3.12
conda activate photon-mosaic-pipeline
pip install photon-mosaic-pipeline
To install with developer tools (e.g., testing and linting):
pip install 'photon-mosaic-pipeline[dev]'