Skip to content

Installing STIR with conda

Kris Thielemans edited this page Nov 25, 2024 · 1 revision

Installing STIR with conda

User's of conda (Anaconda, miniconda etc) can install STIR without compilation:

conda config --add channels conda-forge
conda config --set channel_priority strict conda install stir

This should work on Linux, MacOS and Windows. Check current status in the relevant issue

For more details, check the STIR feedstock.