python_cpp_example
python_cpp_example copied to clipboard
An example of a hybrid python/C++ package with unit tests
You need to clone with submodules or else `python setup.py install` will not work. `git clone --recurse-submodules -j8 https://github.com/benjaminjack/python_cpp_example.git` maybe add this to the readme?
pybind11 allows simpler module syntax these days
Hi there, just added a couple of lines to the README so that people can have a hint about how to initialize the git modules required to build the project....