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
d4ed56cd
Commit
d4ed56cd
authored
Mar 21, 2018
by
Janis Born
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pip installation instructions to README.md
parent
8f75c67c
Pipeline
#6592
passed with stages
in 5 minutes and 19 seconds
Changes
1
Pipelines
1
Hide 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 @
d4ed56cd
# 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