General Information
Installation
Prerequisites
PyNL is certified with the following software:
Python 2.7 or >=3.5
IMSL C Numerical Library (CNL) >= 8.6
CNL must be setup and configured in the environment before using PyNL. Follow the instructions that accompanied your CNL distribution to ensure that it is setup and configured properly. In general, this can be accomplished by executing the cnlsetup.[bat|sh] script distributed with that product.
Installing the Wheel
To install from a wheel based distribution:
pip install PyNL-<version>-py2.py3-none-any.whl
where version is the release to install. To uninstall:
pip uninstall PyNL
Verification
To verify that PyNL has been installed appropriately, run the following test:
>>> import imsl.timeseries.garch as garch >>> help(garch)
Release files for PyNL 2020.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| PyNL-2020.0.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Release files / PyNL-2020.0.1-py2.py3-none-any.whl
| Download URL | PyNL-2020.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 132.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9ca7ddc9716bd990ed3c752e156266f330a0c2c003e2bbbebd81e9a9d39274f9
|
|
BLAKE2b-256 checksum How to use checksums |
9111af55686220a19d78415b91794d6645082219c1b3752aeb27addc4272ddad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.6
|