Menu

Benchmark multi-model/multi-view models.

Installing mmbench

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

Installing a stable version

Install the python package with pip

Install the package without the root privilege

>>> pip install --user mmbench

Install the package with the root privilege

>>> sudo pip install mmbench

Installing the current version

Clone the project

>>> git clone https://github.com/neurospin-projects/2022_cambroise_mmbench

Install in the package directory created by the previous step

>>> python setup.py develop --user

Follow us

© 2023, mmbench developers