From dc4ab5bebbc678ce50543d6986c63abe5852b1b9 Mon Sep 17 00:00:00 2001 From: Georg Schramm Date: Mon, 8 Mar 2021 16:30:37 +0100 Subject: [PATCH] update README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6edc74b..47eaeb1 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,13 @@ pymirc is a collection of common python imaging routines the medical imaging research center of KU Leuven. ## Requirements -- python>=3.6 -- numpy>=1.15.0 -- scipy>=1.1.0 -- numba>=0.39.0 -- matplotlib>=2.2.2 -- pydicom>=1.1.0 +see setup.py + +## Installation from pypi +To install the package from pypi simple run +``` +pip install pymirc +``` ## Getting started The examples subdirectory contains minimal examples