.. _install_page:
.. title:: Install me
Installation
==============================
**ENIGMA TOOLBOX** is available in Python and Matlab!
.. tabs::
.. tab:: Python
**ENIGMA TOOLBOX** has the following dependencies:
- `numpy `_
- `matplotlib `_
- `vtk `_
- `nibabel `_
- `pillow `_
- `pandas `_
- `scipy `_
- `scikit-learn `_
- `nilearn `_
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
.. tab:: Matlab
**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/'))