Installation

Via pip

If a stable release is desired, pip is the way to go.

The pyneric library can be installed easily with pip:

pip install pyneric

Via source

The source can be used to install if one is developing modifications or requires the latest unreleased changes.

Get the source:

git clone https://github.com/gnuworldman/pyneric.git

Change to the resulting project directory:

cd pyneric

Install with the setup script:

./setup.py install