python_cpp_example icon indicating copy to clipboard operation
python_cpp_example copied to clipboard

An example of a hybrid python/C++ package with unit tests

Results 3 python_cpp_example issues
Sort by recently updated
recently updated
newest added

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....