Skip to content

Commit 4c9ae4c

Browse files
committed
doc: clean up option presentation
1 parent 8296c00 commit 4c9ae4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/users/install.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ use the following command::
4242

4343
pip install nipype[all]
4444

45-
Available options are::
45+
While `all` installs everything, one can also install select components as
46+
listed below::
4647

4748
'doc': ['Sphinx>=1.4', 'matplotlib', 'pydotplus'],
48-
'tests': TESTS_REQUIRES,
49+
'tests': ['pytest-cov', 'codecov'],
4950
'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
5051
'profiler': ['psutil'],
5152
'duecredit': ['duecredit'],

0 commit comments

Comments
 (0)