Installation¶
Basic Install¶
Optional Extras¶
# DICOM RT Dose import (requires pydicom)
pip install chromadose[dicom]
# PyTorch GPU acceleration for neural network method
pip install chromadose[ann-gpu]
# Development tools (pytest, mypy, ruff)
pip install chromadose[dev]
From Source¶
Requirements¶
- Python >= 3.11
- numpy >= 1.24
- scipy >= 1.10
- tifffile >= 2023.1
- matplotlib >= 3.7
Verify Installation¶
Or from the command line: