Skip to content

Install TFCE_mediation

trislett edited this page Aug 29, 2017 · 17 revisions

Dependencies

TFCE_mediation should work with any UNIX based system. It has been tested on Ubuntu 14.04 and 16.04, Arch Linux, and OSX

Required

  • If TkInter is not already installed: python-tk

For debian based systems: sudo apt-get install python-tk

Recommended

Recommended for parallelization:

or

  • For personal installation of HTCondor (i.e., Condor), you can follow the instructions here

Installation

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