OpenMesh python bindings implemented with pybind11 that are tightly integrated with numpy.
Installing
Prebuild Binaries
We provide prebuild wheels for installation with pip for the following configurations:
Linux
macOS 10.13
Windows
Building from source
- recursively clone the repo
- cd to repo dir
-
pip install -e .
(orpip install -e . --user
if you are not root or in a virtualenv)