This is a small attempt to develop a Dicom Application Using QT and Python and VTK.
conda env create -f environment.yml
# You need to run the following command to generate the ui_form.py file
# pyside6-uic form.ui -o ui_form.py, or
# pyside2-uic form.ui -o ui_form.py