InstallationΒΆ
Clone the repo
git clone https://github.com/simoneponcioni/spline-mesher.git
Install dependencies
conda create -n meshenv python=3.9 --file requirements.txt conda activate meshenv python setup.py build_ext --inplace python setup.py install
For developers: install the package in editable mode and install requirements for testing
pip install -e . pip install -r requirements-dev.txt