forked from nipy/nipype
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
David Welch edited this page Feb 5, 2015
·
2 revisions
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