Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
645ee52c
Commit
645ee52c
authored
Mar 21, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
parents
ce7f9af3
d4ed56cd
Pipeline
#6593
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
README.md
README.md
+10
-7
No files found.
README.md
View file @
645ee52c
# OpenMesh Python Bindings
# OpenMesh Python Bindings
[

](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/commits/master)
[

](https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/commits/master)
OpenMesh
p
ython bindings implemented with
OpenMesh
P
ython bindings implemented with
[
pybind11
](
https://github.com/pybind/pybind11
)
that are tightly integrated with
[
pybind11
](
https://github.com/pybind/pybind11
)
that are tightly integrated with
[
numpy
](
http://www.numpy.org/
)
.
[
numpy
](
http://www.numpy.org/
)
.
## Install
ing
## Install
ation
###
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
#### 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 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
)
*
[
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
...
@@ -23,6 +27,5 @@ We provide prebuild wheels for installation with pip for the following configura
### Building from source
### Building from source
1.
recursively clone the repo
1.
recursively clone the repo
2.
cd to repo dir
2.
`cd`
to repo dir
3.
`pip install -e .`
(or
`pip install -e . --user`
if you are not root or in a
3.
`pip install -e .`
(or
`pip install -e . --user`
if you are not root or in a virtualenv)
virtualenv)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment