Installation#

ScippNeutron is available on Pip and Conda. If you need Mantid, you need to use Conda because Mantid is not available on Pip.

pip install scippneutron

This will install both ScippNeutron and its dependencies which include Scipp and ScippNexus.

By default, this will only install minimal requirements. If you wish to use plotting features, you can install all the optional dependencies by doing

pip install scippneutron[all]

See the scipp documentation for more about extra dependencies.

conda install -c conda-forge -c scipp scippneutron

This will install ScippNeutron and all its dependencies. However, if you need Mantid, you need to install that separately, e.g., using

conda install -c conda-forge -c scipp -c mantid mantid scippneutron