Skip to content

Latest commit

 

History

History
40 lines (40 loc) · 1.53 KB

readme.de.md

File metadata and controls

40 lines (40 loc) · 1.53 KB

RSNA DICOM Anonymisierer V17.3

en es fr Tests

Python mit tkinter (GUI-Bibliothek) installieren

Windows

  1. Laden Sie Python 3.12+ von python.org herunter
  2. Führen Sie das Installationsprogramm aus
    • Wählen Sie "Add python.exe to PATH"
    • Aktivieren Sie "tcl/tk und IDLE"

macOS

  1. Installieren Sie Homebrew, falls nicht vorhanden: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)
  2. Installieren Sie Python 3.12 mit Tcl/Tk:
brew install [email protected]
brew install tcl-tk

Linux (Ubuntu/Debian)

  1. Installieren Sie die erforderlichen Pakete:
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.12 python3.12-tk

Installation überprüfen

python --version
python -m tkinter

Wenn Python + tkinter erfolgreich installiert wurde, sollte ein kleines GUI-Fenster geöffnet werden

rsna-anonymizer Paket von PyPI installieren

pip install rsna-anonymizer

Ausführung

rsna-anonymizer

Aktualisierung

pip install --upgrade rsna-anonymizer

Dokumentation

Hilfedateien