An example of a python package that builds a C++ extension via its setup.py script.
Installing the package via
pip install .
automatically compiles the extension.
Some useful resources, I followed:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An example of a python package that builds a C++ extension via its setup.py script.
Installing the package via
pip install .
automatically compiles the extension.
Some useful resources, I followed: