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``