Menu

Massive univariate linear model.

Installing mulm

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

Installing a stable version

Install the python package with pip

Install the package without the root privilege

>>> pip install --user mulm

Install the package with the root privilege

>>> sudo pip install mulm

Installing the current version

Clone the project

>>> git clone https://github.com/neurospin/pylearn-mulm

Install in the package directory created by the previous step

>>> python setup.py develop --user

Follow us

© 2021, pylearn-mulm developers .
Inspired by AZMIND template.