Examples of using pybind11
How to compile?
- You can compile all the extension at one go by:
- Clone this repository(
git clone --recursive https://github.com/shibasisp/pybind11-examples.git). - Run
pip install ./pybind11-examples
- Clone this repository(
- Or you can compile individual extension by:
- Open the project directory
- Go to the directory of the example you want to build.
- run
./make.sh
Requirements
