Installation¶
Install McSAS3 from PyPI:
pip install mcsas3
Notes¶
McSAS3 depends on
sasmodels,attrs,pandas,h5py,pint, andpyyaml.If SasModels / OpenCL causes clearly wrong fits, disable OpenCL before launching McSAS3:
export SAS_OPENCL=none
On Windows,
pip install tinycccan still be useful if SasModels needs a working compiler.
Development install¶
For local development from a checkout:
pip install -e .