Installation - freude/NanoNet GitHub Wiki

Prerequisites

The source distribution can be obtained from GitHub:

git clone https://github.com/freude/NanoNet.git
cd NanoNet

All dependencies can be installed at once by invoking the following command from within the source directory:

pip install -r requirements.txt

Installing

In order to install the package tb just invoke the following line in the bash from within the source directory:

pip install .

Running the tests

All tests may be run by invoking the command:

nosetests --with-doctest