Skip to content
David Welch edited this page Feb 5, 2015 · 2 revisions

Environment setup

⚠️ To facilitate the contribution process, please read https://github.com/nipy/nipype/blob/master/CONTRIBUTING.md first.

virtualenvwrapper

WORKON_HOME=${VENV_DIR}
git clone ${NIPYPE}
cd nipype
git checkout master
PROJECT_HOME=${PWD}
mkvirtualenv dev.nipype
pip install numpy
pip install nipype
pip install ipython sphinx matplotlib  #<-- needed to run complete test suite
python setup.py install
make specs
python setup.py develop