-
Notifications
You must be signed in to change notification settings - Fork 9
Install TFCE_mediation
trislett edited this page Aug 29, 2017
·
17 revisions
TFCE_mediation should work with any UNIX based system. It has been tested on Ubuntu 14.04 and 16.04, Arch Linux, and OSX
- If TkInter is not already installed: python-tk
For debian based systems:
sudo apt-get install python-tk
or
PIP Install (recommended) The python dependencies will automatically be installed.
sudo pip install tfce-mediation
OR
Install from source (requires the following python packages: numpy, scipy, matplotlib, nibabel, cython, scikit-learn, joblib):
git clone https://github.com/trislett/TFCE_mediation.git
cd TFCE_mediation
sudo python setup.py install