Getting and Installing PyNIPS

From PyPi

PyNIPS can be installed from PyPi <https://pypi.org/>:

pip install pynips

From source

The source code is available in a Git repository (<https://codeberg.org/ctrlall/pynips>) and can be checked out with following commands:

git clone https://codeberg.org/ctrlall/pynips.git

cd pynips

pip install -r requirements.txt