Buckets:

hf-doc-build/doc-dev / trackio /pr_310 /en /installation.md
rtrm's picture
|
download
raw
1.24 kB
# Installation
You can install Trackio either from PyPI or from source:
## PyPI
Install the library with pip or [uv](https://docs.astral.sh/uv/):
<hfoptions id="package_manager">
<hfoption id="uv">
uv is a fast Rust-based Python package and project manager. Refer to [Installation](https://docs.astral.sh/uv/getting-started/installation/) for installation instructions.
```bash
uv pip install trackio
```
</hfoption>
<hfoption id="pip">
```bash
pip install trackio
```
</hfoption>
</hfoptions>
## Source
You can also install the latest version from source. First clone the repo and then run the installation with `pip`:
```bash
git clone https://github.com/gradio-app/trackio.git
cd trackio/
```
<hfoptions id="package_manager">
<hfoption id="uv">
```sh
uv pip install .
```
</hfoption>
<hfoption id="pip">
```sh
pip install .
```
</hfoption>
</hfoptions>
If you want the development install you can replace the pip install with the following:
<hfoptions id="package_manager">
<hfoption id="uv">
```sh
uv pip install -e .
```
</hfoption>
<hfoption id="pip">
```sh
pip install -e .
```
</hfoption>
</hfoptions>
<EditOnGithub source="https://github.com/gradio-app/trackio/blob/main/docs/source/installation.md" />

Xet Storage Details

Size:
1.24 kB
·
Xet hash:
5183adc84dab664b4699f27e293fce78b5602ecd805cdffb57e996bbc7df8bdb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.