IMAGE Validation Tool component of the IMAGE Inject Tool
The sources for IMAGE Validation Tool can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/cnr-ibba/IMAGE-ValidationTool
Or download the tarball:
$ curl -OL https://github.com/cnr-ibba/IMAGE-ValidationTool/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install
If you need to modify libraries, you could prefer to install package in editable mode. Please ensure that you removed the old pakcage if installed
$ pip uninstall image-validation
Then install the package with PIP:
$ pip install -e .