Skip to content

Commit 0046aa6

Browse files
authored
doc: update readme with refactor
1 parent 1f7e48f commit 0046aa6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 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)
24

35
This is a flexible DICOM converter for organizing brain imaging data into
46
structured directory layouts.
@@ -17,13 +19,9 @@ structured directory layouts.
1719

1820
You can clone this directory and do a `make install`
1921

20-
or you can download the `heudiconv` script from the bin directory
22+
or `pip install https://github.com/nipy/heudiconv/archive/master.zip`
2123

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
2725

2826
## Dependencies
2927

0 commit comments

Comments
 (0)