@@ -62,6 +62,8 @@ If you downloaded the source distribution named something
6262like ``nipype-x.y.tar.gz ``, then unpack the tarball, change into the
6363``nipype-x.y `` directory and install nipype using::
6464
65+ easy_install nibabel
66+ pip install -r requirements.txt
6567 python setup.py install
6668
6769**Note: ** Depending on permissions you may need to use ``sudo ``.
@@ -111,10 +113,15 @@ recommendations.
111113Must Have
112114~~~~~~~~~
113115
114- Python _ 2.7
115-
116116Nibabel _ 1.0 - 1.4
117- Neuroimaging file i/o library
117+ Neuroimaging file i/o library.
118+
119+ .. note ::
120+
121+ Full distributions of Nipype, such as the ones in Anaconda _ or Canopy _, provide
122+ the following packages automatically.
123+
124+ Python _ 2.7
118125
119126NetworkX _ 1.0 - 1.8
120127 Python package for working with complex networks.
@@ -128,10 +135,6 @@ Enthought_ Traits_ 4.0.0 - 4.3.0
128135
129136Dateutil 1.5 -
130137
131- .. note ::
132-
133- Full distributions such as Anaconda _ or Canopy _ provide the above packages,
134- except Nibabel _.
135138
136139Strong Recommendations
137140~~~~~~~~~~~~~~~~~~~~~~
@@ -144,18 +147,22 @@ Matplotlib_ 1.0 - 1.2
144147 Plotting library
145148
146149`RDFLib <http://rdflib.readthedocs.org/en/latest/ >`_ 4.1
147- RDFLibrary required for provenance export as RDF
150+ RDFLibrary required for provenance export as RDF
148151
149152Sphinx _ 1.1
150153 Required for building the documentation
151154
152155`Graphviz <http://www.graphviz.org/ >`_
153- Required for building the documentation
156+ Required for building the documentation. The python wrapper package (``graphviz ``)
157+ and the program itself both need to be installed.
154158
155159Interface Dependencies
156160~~~~~~~~~~~~~~~~~~~~~~
157161
158- These are the software packages that nipype.interfaces wraps:
162+ You might not need some of the following packages, depending on what exactly you
163+ want to use nipype for. If you do need any of them, install nipype's wrapper package
164+ (``nipype.interfaces ``), then install the programs separately onto your computer, just
165+ like you would install any other app.
159166
160167FSL _
161168 4.1.0 or later
0 commit comments