Menu

Helper Module for Deep Learning.

Installing pynet

This tutorial will walk you through the process of intalling PYNET…

Installing a stable version

Install the python package with pip

Install the package without the root privilege

>>> pip install --user python-network

Install the package with the root privilege

>>> sudo pip install python-network

Installing the current version

Clone the project

>>> git clone https://github.com/neurospin/pynet

Install in the package directory created by the previous step

>>> python setup.py develop --user

Follow us

© 2019, pynet developers .
Inspired by AZMIND template.