File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,14 @@ This page covers the necessary steps to install Nipype.
9
9
Using docker
10
10
~~~~~~~~~~~~
11
11
12
- You can follow the `Nipype tutorial <https://miykael.github.io/nipype_tutorial/ >`_
12
+ To get started using Docker, you can follow the `Nipype tutorial
13
+ <https://miykael.github.io/nipype_tutorial/> `_, or pull the `nipype/nipype `
14
+ image from Docker hub::
13
15
14
- or use this docker container: ` docker pull nipype/nipype `
16
+ docker pull nipype/nipype
15
17
16
- or if you want to build custom docker containers with specific versions of
17
- software see Neurodocker _. Read the brief :doc: `neurodocker `.
18
+ You may also build custom docker containers with specific versions of software
19
+ using Neurodocker _ (see the :doc: `neurodocker `) .
18
20
19
21
Using conda
20
22
~~~~~~~~~~~
@@ -108,9 +110,7 @@ Interface Dependencies
108
110
Nipype provides wrappers around many neuroimaging tools and contains some
109
111
algorithms. These tools will need to be installed for Nipype to run. You can
110
112
create containers with different versions of these tools installed using
111
- Neurodocker _. Read the brief :doc: `neurodocker `.
112
-
113
-
113
+ Neurodocker _ (see the :doc: `neurodocker `).
114
114
115
115
Installation for developers
116
116
---------------------------
You can’t perform that action at this time.
0 commit comments