diff --git a/README.md b/README.md index 8a2c818..6288872 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,34 @@ # Wildmeshing python bindings ![Build](https://github.com/wildmeshing/wildmeshing-python/workflows/Build/badge.svg) +[![Conda Version](https://anaconda.org/conda-forge/wildmeshing/badges/version.svg)](https://anaconda.org/conda-forge/wildmeshing) +[![PyPI](https://img.shields.io/pypi/v/wildmeshing)](https://pypi.org/project/wildmeshing/) python interface to **triangulate** and **tetrahedralize** +## Installation + +### Install from PyPI/Anaconda + +```bash +python -m pip install wildmeshing +``` + +```bash +conda install -c conda-forge wildmeshing +``` + +### Install from source + use: ```bash python setup.py develop ``` -or +or + ```bash python -m pip install . -vv ``` + to install