Menu

Python processing for PreClinical data.

Installing pypreclin

This tutorial will walk you through the process of intalling PYPRECLIN...

Installing a stable version

Install the python package with pip

Install the package without the root privilege

>>> pip install --user pypreclin

Install the package with the root privilege

>>> sudo pip install pypreclin

Installing the current version

Clone the project

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

Install in the package directory created by the previous step

>>> python setup.py develop --user

Follow us

© 2020, Antoine Grigis Jordy Tasserie Bechir Jarraya .
Inspired by AZMIND template.