IMSL Python Numerical Library (PyNL)

General Information

Installation

Prerequisites

PyNL is certified with the following software:

Installing the Wheel

To install from a wheel based distribution:

pip install imsl-<version>-py2.py3-none-any.whl

where version is the release to install. To uninstall:

pip uninstall imsl

Verification

To verify that PyNL has been installed appropriately, run the following test:

>>> import imsl.timeseries.garch as garch
>>> help(garch)