Skip to content

Commit 7f00b1a

Browse files
committed
BF: add new requires section "extras" with dcmstack
1 parent b8f3a08 commit 7f00b1a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@ provided to address various use-cases
3535
### Released versions
3636

3737
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
3940
of the [dcm2niix](https://github.com/rordenlab/dcm2niix/). On
4041
Debian-based systems we recommend to use
4142
[NeuroDebian](http://neuro.debian.net) providing
4243
[heudiconv Debian package](http://neuro.debian.net/pkgs/heudiconv.html).
4344

4445
### From source
4546

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
4849

4950
`pip install https://github.com/nipy/heudiconv/archive/master.zip`
5051

heudiconv/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
EXTRA_REQUIRES = {
2626
'tests': TESTS_REQUIRES,
27+
'extras': ['dcmstack'],
2728
'datalad': ['datalad']
2829
}
2930

0 commit comments

Comments
 (0)