-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/Ope…
- Loading branch information
Showing
1 changed file
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,44 @@ | ||
|
||
************ | ||
Installation | ||
************ | ||
|
||
TODO | ||
Using `pip` | ||
---------- | ||
|
||
pip install openmesh | ||
|
||
Prebuilt Binaries | ||
----------------- | ||
|
||
We 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>`_ | ||
|
||
Running the tests | ||
################# | ||
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>`_ | ||
|
||
In your cmake build directory (e.g. build/): | ||
Windows | ||
^^^^^^^ | ||
* `Python 3.6 <https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/master/browse/release?job=deploy-3.6-VS2017>`_ | ||
|
||
.. code:: python | ||
Building from source | ||
^^^^^^^^^^^^^^^^^^^^ | ||
1. recursively clone the repo | ||
2. `cd` to repo dir | ||
3. ensure the correct virtualenv is activated | ||
4. `pip install -e .` | ||
|
||
ctest --verbose | ||
.. | ||
Running the tests | ||
################# | ||
In your cmake build directory (e.g. build/): | ||
.. code:: python | ||
ctest --verbose |