Installing STIR with conda: Difference between revisions

From STIR
stir>Krthie
added page on conda
 
stir>Krthie
Line 1: Line 1:
= Installing STIR with conda =
= Installing STIR with conda =


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


<pre>
<pre>
conda config --add channels conda-forge
conda config --add channels conda-forge
conda config --set channel_priority strict conda install stir
conda config --set channel_priority strict
conda install stir
</pre>
</pre>



Revision as of 16:52, 11 June 2021

Installing STIR with conda

Users 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.