Deep learning for NeuroImaging in Python.
Installing nidl¶
This tutorial will walk you through the process of intalling NIDL…
Install an official release. This is the best approach for users who want a stable version.
Install the latest development version. This is best for users who want to contribute to the project.
Installing a stable version¶
Install the package without the root privilege
>>> pip install nidl
Install the package with the root privilege
>>> sudo pip install nidl
Installing the current version¶
Install the package in develop mode from the Git repository
>>> pip install -e git+https://github.com/neurospin-deepinsight/nidl
Follow us