Installation#

Stable release#

To install MRdataset, run this command in your terminal:

$ pip install -U MRdataset

If you don't have pip installed, this Python installation guide can guide you through the process.

From sources#

The sources for MRdataset can be downloaded from the Github repo.

You can clone the public repository:

$ git clone git://github.com/Open-Minds-Lab/MRdataset

Once you have a copy of the source, you can install it with:

$ python -m pip install --upgrade pip
$ cd MRdataset/
$ if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
$ pip install .