InstallationΒΆ

ENIGMA TOOLBOX is available in Python and Matlab!

ENIGMA TOOLBOX has the following dependencies:

The ENIGMA TOOLBOX can be directly downloaded from Github as follows:

git clone https://github.com/MICA-MNI/ENIGMA.git
cd ENIGMA
python setup.py install

ENIGMA TOOLBOX was tested with Matlab R2017b.

To install the Matlab toolbox simply download and unzip the GitHub toolbox (slow 🐒) or run the following command in your terminal (fast πŸ…):

git clone https://github.com/MICA-MNI/ENIGMA.git

Once you have the toolbox on your computer, simply run the following command in Matlab:

addpath(genpath('/path/to/ENIGMA/matlab/'))