Skip to content

Commit dc4ab5b

Browse files
author
Georg Schramm
committed
update README
1 parent 81c87c3 commit dc4ab5b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ pymirc is a collection of common python imaging routines
1010
the medical imaging research center of KU Leuven.
1111

1212
## Requirements
13-
- python>=3.6
14-
- numpy>=1.15.0
15-
- scipy>=1.1.0
16-
- numba>=0.39.0
17-
- matplotlib>=2.2.2
18-
- pydicom>=1.1.0
13+
see setup.py
14+
15+
## Installation from pypi
16+
To install the package from pypi simple run
17+
```
18+
pip install pymirc
19+
```
1920

2021
## Getting started
2122
The examples subdirectory contains minimal examples

0 commit comments

Comments
 (0)