Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 673 Bytes

File metadata and controls

34 lines (23 loc) · 673 Bytes

Wildmeshing python bindings

Build Conda Version PyPI

python interface to triangulate and tetrahedralize

Installation

Install from PyPI/Anaconda

python -m pip install wildmeshing
conda install -c conda-forge wildmeshing

Install from source

use:

python setup.py develop

or

python -m pip install . -vv

to install