-
Notifications
You must be signed in to change notification settings - Fork 16
Installation
Mykhailo Klymenko edited this page Feb 19, 2020
·
1 revision
The source distribution can be obtained from GitHub:
git clone https://github.com/freude/NanoNet.git
cd NanoNetAll dependencies can be installed at once by invoking the following command from within the source directory:
pip install -r requirements.txtIn order to install the package tb just invoke
the following line in the bash from within the source directory:
pip install .
All tests may be run by invoking the command:
nosetests --with-doctest