Skip to content

Installation

Requirements

In order to use svglab, you need to have Python 3.10 or higher installed on your system. You can download the latest version of Python from the official website or use your system's package manager.

Install from PyPI

Tagged releases are available on PyPI and can be installed using pip, poetry, uv or any other Python package manager.

pip install svglab
poetry add svglab
uv add svglab

Install from source

Alternatively, the latest development version can be installed directly from the GitHub repository:

pip install git+https://github.com/reznakt/svglab.git
poetry add git+https://github.com/reznakt/svglab.git
uv add git+https://github.com/reznakt/svglab.git