Install

This package supports Python 3.6 or later. Python 3.5 or 2.7 or older versions are not supported.

There’s nothing platform-specific; Linux, MacOS and Windows are supported.

The required dependencies are numpy, scipy and pandas.

To install multinorm use pip:

pip install multinorm

This will install the required dependencies if you don’t have them already:

There are some built-in methods for plotting using matplotlib. That optionally dependency has to be installed separately, pip install multinorm will not install matplotlib.

This package consists of a single Python file multinorm.py. Most users will not care about this implementation detail, but if you’d like to copy and “vendor” it for some reason, you can bundle a copy and avoid the extra dependency for just one file and class.