Installing qpimage

Qpimage is written in pure Python and supports Python version 3.5 and higher. Qpimage depends on several other scientific Python packages, including:

To install qpimage, use one of the following methods (package dependencies will be installed automatically):

  • from PyPI:
    pip install qpimage
  • from sources:
    pip install . or python setup.py install