Usage
CLI
The renderer can be installed wih pipx: pipx install tile-renderer.
If you are going to render PNG tiles, also make sure that resvg and usvg (GitHub) are installed: with cargo, cargo install resvg usvg
See Command Line.
API
Install the renderer as a library with pip: pip install tile-renderer
See Reference.