InstallationΒΆ
svg3d is available on PyPI, and can be easily installed from there:
pip install svg3d
The package can also be built from source:
# Clone the repository
git clone https://github.com/janbridley/svg3d.git
cd svg3d
# Install to your python environment!
python -m pip install .