We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
⚠️ To facilitate the contribution process, please read https://github.com/nipy/nipype/blob/master/CONTRIBUTING.md first.
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