@@ -7,32 +7,32 @@ Installation
7
7
8
8
Local
9
9
=====
10
- Released versions of HeuDiConv are available on `PyPI <https://pypi.org/project/heudiconv/ >`_
11
- and `conda <https://github.com/conda-forge/heudiconv-feedstock#installing-heudiconv >`_.
10
+ Released versions of HeuDiConv are available on `PyPI <https://pypi.org/project/heudiconv/ >`_
11
+ and `conda <https://github.com/conda-forge/heudiconv-feedstock#installing-heudiconv >`_.
12
12
If installing through ``PyPI ``, eg::
13
13
14
14
pip install heudiconv[all]
15
15
16
- Manual installation of `dcm2niix <https://github.com/rordenlab/dcm2niix#install >`_
16
+ Manual installation of `dcm2niix <https://github.com/rordenlab/dcm2niix#install >`_
17
17
is required.
18
18
19
- On Debian-based systems we recommend using `NeuroDebian <http://neuro.debian.net >`_
19
+ On Debian-based systems we recommend using `NeuroDebian <http://neuro.debian.net >`_
20
20
which provides the `heudiconv package <http://neuro.debian.net/pkgs/heudiconv.html >`_.
21
21
22
22
23
23
Docker
24
24
======
25
- If `Docker <https://docs.docker.com/install/ >`_ is available on your system, you
26
- can visit `our page on Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags >`_
25
+ If `Docker <https://docs.docker.com/install/ >`_ is available on your system, you
26
+ can visit `our page on Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags >`_
27
27
to view available releases. To pull the latest release, run::
28
28
29
29
$ docker pull nipy/heudiconv:0.8.0
30
30
31
31
32
32
Singularity
33
33
===========
34
- If `Singularity <https://www.sylabs.io/singularity/ >`_ is available on your system,
35
- you can use it to pull and convert our Docker images! For example, to pull and
34
+ If `Singularity <https://www.sylabs.io/singularity/ >`_ is available on your system,
35
+ you can use it to pull and convert our Docker images! For example, to pull and
36
36
build the latest release, you can run::
37
37
38
38
$ singularity pull docker://nipy/heudiconv:0.8.0
0 commit comments