Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openmesh-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenMesh
openmesh-python
Commits
645ee52c
There was a problem fetching the pipeline summary.
Commit
645ee52c
authored
7 years ago
by
Isaak Lim
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
parents
ce7f9af3
d4ed56cd
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-7
10 additions, 7 deletions
README.md
with
10 additions
and
7 deletions
README.md
+
10
−
7
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)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment