Skip to content

Installation¤

Griffe is a Python package, so you can install it with your favorite Python package installer or dependency manager.

Griffe Insiders, a version with more features, is also available to sponsors

Install as a tool & library¤

pip install griffe

pip is the main package installer for Python.

pdm add griffe

PDM is an all-in-one solution for Python project management.

poetry add griffe

Poetry is an all-in-one solution for Python project management.

rye add griffe

Rye is an all-in-one solution for Python project management, written in Rust.

uv add griffe

uv is an extremely fast Python package and project manager, written in Rust.

Install as a tool only¤

pip install --user griffe

pip is the main package installer for Python.

pipx install griffe

pipx allows to install and run Python applications in isolated environments.

rye install griffe

Rye is an all-in-one solution for Python project management, written in Rust.

uv tool install griffe

uv is an extremely fast Python package and project manager, written in Rust.