jmainpri / rieef_python

Example of using pybind and cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rieef_python

Example of using pybind and cmake

git clone --recursive git@github.com:jmainpri/rieef_python.git
cd rieef_python
mkdir build
cd build
cmake ..
make
python2 -m pip install --user ./rieef

This example works for python2.7

About

Example of using pybind and cmake


Languages

Language:C++ 40.0%Language:CMake 39.2%Language:Python 20.8%