Skip to content
Snippets Groups Projects
Commit 645ee52c authored by Isaak Lim's avatar Isaak Lim
Browse files
parents ce7f9af3 d4ed56cd
No related branches found
No related tags found
No related merge requests found
Pipeline #
# OpenMesh Python Bindings
[![pipeline status](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/badges/master/pipeline.svg)](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/commits/master)
OpenMesh python bindings implemented with
OpenMesh Python bindings implemented with
[pybind11](https://github.com/pybind/pybind11) that are tightly integrated with
[numpy](http://www.numpy.org/).
## Installing
## Installation
### Prebuild Binaries
### Using `pip`
We provide prebuild wheels for installation with pip for the following configurations:
pip install openmesh
## Prebuilt Binaries
We also provide prebuilt wheels for manual installation with `pip` for the following configurations:
#### Linux
* [Python 2.7](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/master/browse/release?job=deploy-2.7-linux)
* [Python 3.5](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/master/browse/release?job=deploy-3.5-linux)
......@@ -23,6 +27,5 @@ We provide prebuild wheels for installation with pip for the following configura
### Building from source
1. recursively clone the repo
2. cd to repo dir
3. `pip install -e .` (or `pip install -e . --user` if you are not root or in a
virtualenv)
2. `cd` to repo dir
3. `pip install -e .` (or `pip install -e . --user` if you are not root or in a virtualenv)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment