utils3D
A small library of 3D related utilities used in my research.
Installation
Install via GitHub
pip install git+https://github.com/Steve-Tod/utils3d --upgrade
Install locally
git clone [email protected]:Steve-Tod/utils3d.git
cd utils3d
pip install -e .
Optional
Install pre-commit to automatically format the code when commit.
pip install pre-commit
pre-commit install