Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

File metadata and controls

11 lines (8 loc) · 336 Bytes

Example of combining Python with C++

This project is intended based on the use of py_cpp

How to build

Using the dev container your working directory is the repository top level, from that point you can immediately invokepython3 -m build which will produce a wheel in the subdirectory dist.

Installing

TODO

Testing

TODO