Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak Lim committed Jun 11, 2018
2 parents 5d35881 + 2dcc1e2 commit 2f35a03
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions docs/install.rst
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

0 comments on commit 2f35a03

Please sign in to comment.