Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 459 Bytes

installation.rst

File metadata and controls

25 lines (14 loc) · 459 Bytes

Installation

It is distributed on PyPi, and can be installed with pip:

$ pip install face-engine

Note

FaceEngine is supported only on Python 3.6 and above.

Manually

Download or pull sources from project repository and run:

$ python setup.py install