@@ -21,6 +21,10 @@ To check out the latest development version::
21
21
22
22
git clone git://github.com/nipy/nipype.git
23
23
24
+ or::
25
+
26
+ git clone https://github.com/nipy/nipype.git
27
+
24
28
Install
25
29
-------
26
30
@@ -46,9 +50,8 @@ Mac OS X
46
50
~~~~~~~~
47
51
48
52
The 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::
50
54
51
- easy_install nibabel
52
55
easy_install nipype
53
56
54
57
From source
@@ -58,6 +61,7 @@ If you downloaded the source distribution named something
58
61
like ``nipype-x.y.tar.gz ``, then unpack the tarball, change into the
59
62
``nipype-x.y `` directory and install nipype using::
60
63
64
+ pip install -r requirements.txt
61
65
python setup.py install
62
66
63
67
**Note: ** Depending on permissions you may need to use ``sudo ``.
@@ -107,10 +111,15 @@ recommendations.
107
111
Must Have
108
112
~~~~~~~~~
109
113
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.
111
118
112
119
Nibabel _ 1.0 - 1.4
113
- Neuroimaging file i/o library
120
+ Neuroimaging file i/o library.
121
+
122
+ Python _ 2.7
114
123
115
124
NetworkX _ 1.0 - 1.8
116
125
Python package for working with complex networks.
@@ -124,10 +133,6 @@ Enthought_ Traits_ 4.0.0 - 4.3.0
124
133
125
134
Dateutil 1.5 -
126
135
127
- .. note ::
128
-
129
- Full distributions such as Anaconda _ or Canopy _ provide the above packages,
130
- except Nibabel _.
131
136
132
137
Strong Recommendations
133
138
~~~~~~~~~~~~~~~~~~~~~~
@@ -140,18 +145,22 @@ Matplotlib_ 1.0 - 1.2
140
145
Plotting library
141
146
142
147
`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
144
149
145
150
Sphinx _ 1.1
146
151
Required for building the documentation
147
152
148
153
`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.
150
156
151
157
Interface Dependencies
152
158
~~~~~~~~~~~~~~~~~~~~~~
153
159
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.
155
164
156
165
FSL _
157
166
4.1.0 or later
0 commit comments