@@ -21,6 +21,10 @@ To check out the latest development version::
2121
2222 git clone git://github.com/nipy/nipype.git
2323
24+ or::
25+
26+ git clone https://github.com/nipy/nipype.git
27+
2428Install
2529-------
2630
@@ -46,9 +50,8 @@ Mac OS X
4650~~~~~~~~
4751
4852The easiest way to get nipype running on Mac OS X is to install Anaconda _ or
49- Canopy _ and then add nibabel and nipype by executing::
53+ Canopy _ and then add nipype by executing::
5054
51- easy_install nibabel
5255 easy_install nipype
5356
5457From source
@@ -58,6 +61,7 @@ If you downloaded the source distribution named something
5861like ``nipype-x.y.tar.gz ``, then unpack the tarball, change into the
5962``nipype-x.y `` directory and install nipype using::
6063
64+ pip install -r requirements.txt
6165 python setup.py install
6266
6367**Note: ** Depending on permissions you may need to use ``sudo ``.
@@ -107,10 +111,15 @@ recommendations.
107111Must Have
108112~~~~~~~~~
109113
110- Python _ 2.7
114+ .. note ::
115+
116+ Full distributions of Nipype, such as the ones in Anaconda _ or Canopy _, provide
117+ the following packages automatically.
111118
112119Nibabel _ 1.0 - 1.4
113- Neuroimaging file i/o library
120+ Neuroimaging file i/o library.
121+
122+ Python _ 2.7
114123
115124NetworkX _ 1.0 - 1.8
116125 Python package for working with complex networks.
@@ -124,10 +133,6 @@ Enthought_ Traits_ 4.0.0 - 4.3.0
124133
125134Dateutil 1.5 -
126135
127- .. note ::
128-
129- Full distributions such as Anaconda _ or Canopy _ provide the above packages,
130- except Nibabel _.
131136
132137Strong Recommendations
133138~~~~~~~~~~~~~~~~~~~~~~
@@ -140,18 +145,22 @@ Matplotlib_ 1.0 - 1.2
140145 Plotting library
141146
142147`RDFLib <http://rdflib.readthedocs.org/en/latest/ >`_ 4.1
143- RDFLibrary required for provenance export as RDF
148+ RDFLibrary required for provenance export as RDF
144149
145150Sphinx _ 1.1
146151 Required for building the documentation
147152
148153`Graphviz <http://www.graphviz.org/ >`_
149- Required for building the documentation
154+ Required for building the documentation. The python wrapper package (``graphviz ``)
155+ and the program itself both need to be installed.
150156
151157Interface Dependencies
152158~~~~~~~~~~~~~~~~~~~~~~
153159
154- These are the software packages that nipype.interfaces wraps:
160+ You might not need some of the following packages, depending on what exactly you
161+ want to use nipype for. If you do need any of them, install nipype's wrapper package
162+ (``nipype.interfaces ``), then install the programs separately onto your computer, just
163+ like you would install any other app.
155164
156165FSL _
157166 4.1.0 or later
0 commit comments