Pybind11 is an extremly useful header-only library for interacting code between Python and C++. The purpose of this repository is to provide clean, well documented examples for solutions to specific problems that you might encounter during your development with pybind11.
- Microsoft Visual Studio 2015
- CMake
- Select
Windows win64-x86 Installer
- Select
- Make
- git
Make sure make, cmake, and git are all added to your system's PATH.
Build commands are included in the README of each example's folder.
sudo apt install build-essential cmake make git