************ Installation ************ Using `pip` ---------- pip install openmesh Prebuilt Binaries ----------------- We provide prebuilt wheels for manual installation with `pip` for the following configurations: Linux ^^^^^ * `Python 3.9 `_ macOS ^^^^^^^^^^^ * `Python 3.9 X86 `_ * `Python 3.9 ARM64 (M1) `_ Windows ^^^^^^^ * `Python 3.9 `_ Building from source ^^^^^^^^^^^^^^^^^^^^ 1. recursively clone the repo 2. `cd` to repo dir 3. ensure the correct virtualenv is activated 4. `pip install -e .` .. Running the tests ################# In your cmake build directory (e.g. build/): .. code:: python ctest --verbose