Skip to content
John Pellman edited this page Nov 8, 2016 · 1 revision

1.0.0


To be added to installation instructions:

System Dependencies:

For lxml (dependency of prov):

sudo apt-get install libxml2-dev libxslt-dev python-dev

Python Dependencies:

For newest nipype:

pip install future prov simplejson

INDI-tools:

cd /tmp
git clone https://github.com/FCP-INDI/INDI-Tools.git
cd INDI-Tools/
python setup.py install

Install other system and Python dependencies from previous instructions, clone dev branch, clone FCP-INDI nipype (or pip install if changes merged in to PyPI release) and install cloned repos.

Clone this wiki locally