Skip to content

Commit 542f681

Browse files
author
Shoshana Berleant
committed
remove confusing references to nibabel in install instructions
1 parent 7c25f3e commit 542f681

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/users/install.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ Mac OS X
5050
~~~~~~~~
5151

5252
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::
5454

55-
easy_install nibabel
5655
easy_install nipype
5756

5857
From source
@@ -62,7 +61,6 @@ If you downloaded the source distribution named something
6261
like ``nipype-x.y.tar.gz``, then unpack the tarball, change into the
6362
``nipype-x.y`` directory and install nipype using::
6463

65-
easy_install nibabel
6664
pip install -r requirements.txt
6765
python setup.py install
6866

@@ -113,14 +111,14 @@ recommendations.
113111
Must Have
114112
~~~~~~~~~
115113

116-
Nibabel_ 1.0 - 1.4
117-
Neuroimaging file i/o library.
118-
119114
.. note::
120115

121116
Full distributions of Nipype, such as the ones in Anaconda_ or Canopy_, provide
122117
the following packages automatically.
123118

119+
Nibabel_ 1.0 - 1.4
120+
Neuroimaging file i/o library.
121+
124122
Python_ 2.7
125123

126124
NetworkX_ 1.0 - 1.8

0 commit comments

Comments
 (0)