Install

Note

A PyPI release is not available yet. You can install from the main branch for now.

The DLL files have been compiled for use on Windows and therefore only Windows is supported.

To install MSL-NLF run

pip install msl-nlf

Alternatively, using the MSL Package Manager run

msl install nlf

Dependencies

Optional Dependencies

The GUM Tree Calculator, GTC, is not automatically installed when MSL-NLF is installed, but it is required to create a correlated ensemble of uncertain real numbers from a Result.

To automatically include GTC when installing MSL-NLF run

pip install msl-nlf[gtc]