SetupFirst, 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]