From 5a3fbbf048ef1b8df7eb83d40f13608b2c09295a Mon Sep 17 00:00:00 2001 From: gideonstar Date: Thu, 12 Oct 2023 14:31:16 +0200 Subject: [PATCH] =?UTF-8?q?README=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d111643 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# DICOM Extractor 2023 + +## Kompilieren + +```cmd +git clone https://git.stefanritter.de/gideonstar/dicom-extractor-2023.git +python -m venv dicom-extractor-2023 +cd dicom-extractor-2023 +.\Scripts\activate +python -m pip install -r requirements.txt +.\compile.bat +``` + +## Erster Start + +Nach dem ersten Start muss einmal die Konfiguration aufgerufen und angepasst werden.