Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
openmesh-python
Commits
82376926
Commit
82376926
authored
Feb 16, 2018
by
Isaak Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add wheel links to readme
parent
56d01a01
Pipeline
#6235
passed with stages
in 5 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
82376926
...
@@ -5,6 +5,22 @@ OpenMesh python bindings implemented with
...
@@ -5,6 +5,22 @@ OpenMesh python bindings implemented with
[
numpy
](
http://www.numpy.org/
)
.
[
numpy
](
http://www.numpy.org/
)
.
## Installing
## Installing
### Prebuild Binaries
We provide prebuild wheels for 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
)
#### macOS 10.13
*
[
Python 2.7
](
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/master/browse/release?job=deploy-2.7-macos
)
*
[
Python 3.5
](
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/master/browse/release?job=deploy-3.5-macos
)
#### Windows
*
[
Python 3.6
](
https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/master/browse/release?job=deploy-3.6-VS2017
)
### 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
...
...
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