> ## Documentation Index
> Fetch the complete documentation index at: https://docs.celeryroot.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install Celery Root from PyPI.

## Install from PyPI

Use the published package when you want a prebuilt wheel.

```bash theme={null}
pip install celery_root
```

```bash theme={null}
uv add celery_root
```

Find the latest release on [PyPI](https://pypi.org/project/celery_root/).

If you want to run Celery Root from source with seeded test data, use the [demo project guide](/guides/demo-project).
