Installing flimage

Flimage is written in pure Python and supports Python version 3.6 and higher.

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

  • from PyPI:

    pip install flimage

  • from sources:

    pip install . or python setup.py install