Installing qpformat

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

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

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