On 19/11/2017 at 11:12, xxxxxxxx wrote:
Hi everyone,
I am trying to do some stuff with pydicom, a python extension that allows the loading of DICOM files, which are medical imaging files from CT and MRI scanners.
To read the data I also need numpy.
I have read some older threads about installing numpy, but I cant make heads or tails from it.
I have no idea about wheels, eggs or whatnot.
Can anyone provide the simplest way to install both those packages?
Some sort of zip file, I can uncompress and drag into my preference/library/python.... folder
here are links to pydicom
docs:
https://pydicom.readthedocs.io/en/stable/getting_started.html
git:
https://github.com/pydicom/pydicom
thanks!