/rieef_python

Example of using pybind and cmake

Primary LanguageC++

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