File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,17 @@ provided to address various use-cases
35
35
### Released versions
36
36
37
37
Released versions of HeuDiConv are available from PyPI so you could
38
- just ` pip install heudiconv ` but it would require manual installation
38
+ just ` pip install heudiconv[all] ` for the most complete installation,
39
+ and it would require manual installation ony
39
40
of the [ dcm2niix] ( https://github.com/rordenlab/dcm2niix/ ) . On
40
41
Debian-based systems we recommend to use
41
42
[ NeuroDebian] ( http://neuro.debian.net ) providing
42
43
[ heudiconv Debian package] ( http://neuro.debian.net/pkgs/heudiconv.html ) .
43
44
44
45
### From source
45
46
46
- You can clone this directory and use ` pip install . ` (with ` --user ` , ` -e `
47
- and other flags appropriate for your case), or
47
+ You can clone this directory and use ` pip install .[all] ` (with ` --user ` ,
48
+ ` -e ` and other flags appropriate for your case), or
48
49
49
50
` pip install https://github.com/nipy/heudiconv/archive/master.zip `
50
51
Original file line number Diff line number Diff line change 24
24
25
25
EXTRA_REQUIRES = {
26
26
'tests' : TESTS_REQUIRES ,
27
+ 'extras' : ['dcmstack' ],
27
28
'datalad' : ['datalad' ]
28
29
}
29
30
You can’t perform that action at this time.
0 commit comments