File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,8 @@ Mac OS X
50
50
~~~~~~~~
51
51
52
52
The easiest way to get nipype running on Mac OS X is to install Anaconda _ or
53
- Canopy _ and then add nibabel and nipype by executing::
53
+ Canopy _ and then add nipype by executing::
54
54
55
- easy_install nibabel
56
55
easy_install nipype
57
56
58
57
From source
@@ -62,7 +61,6 @@ If you downloaded the source distribution named something
62
61
like ``nipype-x.y.tar.gz ``, then unpack the tarball, change into the
63
62
``nipype-x.y `` directory and install nipype using::
64
63
65
- easy_install nibabel
66
64
pip install -r requirements.txt
67
65
python setup.py install
68
66
@@ -113,14 +111,14 @@ recommendations.
113
111
Must Have
114
112
~~~~~~~~~
115
113
116
- Nibabel _ 1.0 - 1.4
117
- Neuroimaging file i/o library.
118
-
119
114
.. note ::
120
115
121
116
Full distributions of Nipype, such as the ones in Anaconda _ or Canopy _, provide
122
117
the following packages automatically.
123
118
119
+ Nibabel _ 1.0 - 1.4
120
+ Neuroimaging file i/o library.
121
+
124
122
Python _ 2.7
125
123
126
124
NetworkX _ 1.0 - 1.8
You can’t perform that action at this time.
0 commit comments