Installation

Pyeddl has a couple of prerequisites that need to be installed first, but once met, the rest of picky requirements are automatically handle by the installer.

Requirements

  • Python3

  • CMake 3.14 or higher

  • A modern compiler with C++11 support

Installation

To build and install pyeddl, clone or download this repository and then, from within the repository, run:

python3 setup.py install

or

pip3 install .

Tests

To execute all unit tests, run the following command:

python3 setup.py test