Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
openmesh-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
[

](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
[
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
*
[
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)
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