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

# Installation

> ModelQ is a fast, lightweight Python library for scheduling ML inference tasks using Redis and threading, serving as a simpler alternative to Celery.

## Installation[​](#overview "Direct link to Overview")

## Install Via PyPI

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

## Install Via GitHub

```bash pip theme={null}
pip install git+https://github.com/ModelsLab/modelq.git
```
