File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# HeuDiConv - Heuristic DICOM Converter
2
+ [ ![ Build Status] ( https://travis-ci.org/nipy/heudiconv.svg?branch=master )] ( https://travis-ci.org/nipy/heudiconv )
3
+ [ ![ codecov] ( https://codecov.io/gh/nipy/heudiconv/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nipy/heudiconv )
2
4
3
5
This is a flexible DICOM converter for organizing brain imaging data into
4
6
structured directory layouts.
@@ -17,13 +19,9 @@ structured directory layouts.
17
19
18
20
You can clone this directory and do a ` make install `
19
21
20
- or you can download the ` heudiconv ` script from the bin directory
22
+ or ` pip install https://github.com/nipy/ heudiconv/archive/master.zip `
21
23
22
- ```
23
- curl -O https://raw.githubusercontent.com/nipy/heudiconv/master/bin/heudiconv
24
- chmod +x heudiconv
25
- ```
26
- as long as the following dependencies are in your path you can use the script
24
+ as long as the following dependencies are in your path you can use the package
27
25
28
26
## Dependencies
29
27
You can’t perform that action at this time.
0 commit comments