From 0a7ad615c2b6a33292a36f03d6f8326c1e8740c6 Mon Sep 17 00:00:00 2001 From: gideonstar Date: Tue, 17 Oct 2023 20:16:02 +0200 Subject: [PATCH] =?UTF-8?q?pyinstaller=20zur=20README=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a92885..e11cd22 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ python -m venv dicom-extractor-2023 cd dicom-extractor-2023 .\Scripts\activate python -m pip install -r requirements.txt -.\compile.bat +pyinstaller main.spec ``` +Die fertige EXE-Datei befindet sich im Verzeichnis "dist". + ## Erster Start Nach dem ersten Start muss einmal die Konfiguration aufgerufen und angepasst werden.