We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bf9ac commit b7c3df0Copy full SHA for b7c3df0
doc/users/install.rst
@@ -50,11 +50,17 @@ use the following command::
50
While `all` installs everything, one can also install select components as
51
listed below::
52
53
- 'doc': ['Sphinx>=1.4', 'matplotlib', 'pydotplus', 'pydot>=1.2.3'],
54
- 'tests': ['pytest-cov', 'codecov'],
55
- 'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
56
- 'profiler': ['psutil'],
+ 'data': ['datalad'],
+ 'doc': ['dipy', 'ipython', 'matplotlib', 'nbsphinx', 'sphinx-argparse',
+ 'sphinx>=2.1.2', 'sphinxcontrib-apidoc'],
57
'duecredit': ['duecredit'],
+ 'nipy': ['nitime', 'nilearn', 'dipy', 'nipy', 'matplotlib'],
58
+ 'profiler': ['psutil>=5.0'],
59
+ 'pybids': ['pybids>=0.7.0'],
60
+ 'specs': ['black'],
61
+ 'ssh': ['paramiko'],
62
+ 'tests': ['codecov', 'coverage<5', 'pytest', 'pytest-cov', 'pytest-env',
63
+ 'pytest-timeout'],
64
'xvfbwrapper': ['xvfbwrapper'],
65
66
0 commit comments