Installing qpimage

Qpimage is written in pure Python and supports Python version 3.6 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 -e . or