-- REQUIREMENTS: --

Debian/Ubuntu:

python-dev
python-matplotlib
python-paramiko
python-dicom

Fedora:

python-matplotlib
python-paramiko

python-setuptools       # this installs "easy_install"
easy_install pydicom    # run this, since pydicom not in Fedora repository


-- INSTALLATION: --
as root:

python ./setup.py install

