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.
99Using docker
1010~~~~~~~~~~~~
1111
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::
1315
14- or use this docker container: ` docker pull nipype/nipype `
16+ docker pull nipype/nipype
1517
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 `) .
1820
1921Using conda
2022~~~~~~~~~~~
@@ -108,9 +110,7 @@ Interface Dependencies
108110Nipype provides wrappers around many neuroimaging tools and contains some
109111algorithms. These tools will need to be installed for Nipype to run. You can
110112create containers with different versions of these tools installed using
111- Neurodocker _. Read the brief :doc: `neurodocker `.
112-
113-
113+ Neurodocker _ (see the :doc: `neurodocker `).
114114
115115Installation for developers
116116---------------------------
You can’t perform that action at this time.
0 commit comments