Menu

pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.

Installing caravel

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

Installing a stable version

Install the python package with pip

Install the package without the root privilege

>>> pip install --user caravel

Install the package with the root privilege

>>> sudo pip install caravel

Installing the current version

Clone the project

>>> git clone https://github.com/neurospin-cloud/pycaravel

Install in the package directory created by the previous step

>>> python setup.py develop --user

Follow us

© 2025, Antoine Grigis