mkdir build
cd build
cmake ../../tools/python
cmake --build . --config Release --target install
cd ..