Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.01 KB

install.rst

File metadata and controls

48 lines (31 loc) · 1.01 KB

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 :ref:`uncertain real numbers <uncertain_real_number>` from a :class:`~msl.nlf.datatypes.Result`.

To automatically include GTC when installing MSL-NLF run

pip install msl-nlf[gtc]