Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 854 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 854 Bytes

pybind11_examples

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.

Building Examples

Windows

Pre-requisites

Make sure make, cmake, and git are all added to your system's PATH.

Build Commands

Build commands are included in the README of each example's folder.

Linux

sudo apt install build-essential cmake make git  

Pre-requisites

Build Commands

Contribute