Installation instructions
pip
Note that using pip outside virtualenv is not recommended since it ignores your systems package manager. If you aren’t comfortable debugging package installation issues use virtualenv.
Create and activate a virtualenv:
virtualenv dfimagetools_venv
cd dfimagetools_venv
source ./bin/activate
Upgrade pip and install dfImageTools:
pip install --upgrade pip
pip install dfimagetools
To deactivate the virtualenv run:
deactivate