Installing STIR with conda

From STIR
Revision as of 13:07, 13 November 2020 by stir>Krthie (added page on conda)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 and Windows. A MacOS package is still pending end 2020, check current status in the relevant issue

For more details, check the STIR feedstock.