Skip to content

Commit 6c6d6bd

Browse files
committed
RF: Removed Makefile since not useful/appropriate - adjusted README
1 parent abdfcf5 commit 6c6d6bd

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ Debian-based systems we recommend to use
4343

4444
### From source
4545

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
4748

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`
5150

5251
## Dependencies
5352

@@ -57,6 +56,10 @@ as long as the following dependencies are in your path you can use the package
5756
- nibabel
5857
- dcm2niix
5958

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+
6063
## Tutorial with example conversion to BIDS format using Docker
6164
Please read this tutorial to understand how heudiconv works in practice.
6265

0 commit comments

Comments
 (0)