README hinzugefügt
This commit is contained in:
parent
fcf086bdee
commit
5a3fbbf048
16
README.md
Normal file
16
README.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user