1872 Forks
13119 Stars
13119 Watchers

pybind11

Seamless operability between C++11 and Python

How to download and setup pybind11

Open terminal and run command
git clone https://github.com/pybind/pybind11.git
git clone is used to create a copy or clone of pybind11 repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pybind11 https://github.com/pybind/pybind11/archive/master.zip

Or simply clone pybind11 with SSH
[email protected]:pybind/pybind11.git

If you have some problems with pybind11

You may open issue on pybind11 support forum (system) here: https://github.com/pybind/pybind11/issues