File tree Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Expand file tree Collapse file tree 2 files changed +7
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -43,11 +43,10 @@ Debian-based systems we recommend to use
43
43
44
44
### From source
45
45
46
- You can clone this directory and do a ` make install `
46
+ You can clone this directory and use ` pip install . ` (with ` --user ` , ` -e `
47
+ and other flags appropriate for your case), or
47
48
48
- or ` pip install https://github.com/nipy/heudiconv/archive/master.zip `
49
-
50
- as long as the following dependencies are in your path you can use the package
49
+ ` pip install https://github.com/nipy/heudiconv/archive/master.zip `
51
50
52
51
## Dependencies
53
52
@@ -57,6 +56,10 @@ as long as the following dependencies are in your path you can use the package
57
56
- nibabel
58
57
- dcm2niix
59
58
59
+ and should be checked/installed during ` pip install ` call, all but ` dcm2niix `
60
+ which should be installed directly from upstream or using the distribution
61
+ manager appropriate for your OS.
62
+
60
63
## Tutorial with example conversion to BIDS format using Docker
61
64
Please read this tutorial to understand how heudiconv works in practice.
62
65
You can’t perform that action at this time.
0 commit comments