pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM files in an easy pythonic way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.
pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM files in an easy pythonic way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.
To install py311-pydicom, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-pydicom
To see what files were installed by py311-pydicom, run:
port contents py311-pydicom
To later upgrade py311-pydicom, run:
sudo port selfupdate && sudo port upgrade py311-pydicom
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.