Getting and Installing PyNIPS
=============================
From PyPi
---------
PyNIPS can be installed from `PyPi `:
.. code-block::
shell
pip install pynips
From source
-----------
The source code is available in a Git repository () and can be checked out with following commands:
.. code-block::
shell
git clone https://codeberg.org/ctrlall/pynips.git
cd pynips
pip install -r requirements.txt