Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 182 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 182 Bytes

Setup

First, build the C library using the provided Make file:

> make

Then build the Python extension with the provided setup script:

> python3 setup.py [build|install]