Python Wrappers for IMSL C Numerical Library (PyIMSL)

General Information

Installation

Prerequisites

PyIMSL is certified with the following software:

Installing the Wheel

To install from a wheel based distribution:

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

where version is the release to install. To uninstall:

pip uninstall pyimsl

Verification

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

>>> import pyimsl.test