Trackio documentation

Installation

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Installation

You can install Trackio either from PyPI or from source:

PyPI

Install the library with pip or uv:

uv
pip

uv is a fast Rust-based Python package and project manager. Refer to Installation for installation instructions.

uv pip install trackio

Source

You can also install the latest version from source. First clone the repo and then run the installation with pip:

git clone https://github.com/gradio-app/trackio.git
cd trackio/
uv
pip
uv pip install .

If you want the development install you can replace the pip install with the following:

uv
pip
uv pip install -e .
< > Update on GitHub