InstallingΒΆ
Note that thorvg is included in the wheel package, you need not install libthorvg. Version bundled is the version available on Conan (Currently 1.0.1)
To install, run the following:
pip3 install thorvg-python
Pillow is optional dependency. It is required for SwCanvas.get_pillow(). To also install Pillow, run:
pip3 install thorvg-python[full]