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

# Installation

> Install and set up A1

## Requirements

Python 3.12 or higher

## Install

```bash theme={null}
pip install a1-compiler
```

Or with uv:

```bash theme={null}
uv pip install a1-compiler
```

## Verify

```python theme={null}
import a1
print(f"a1-compiler {a1.__version__} installed!")
```

## Next Steps

* [Quick Start](/getting-started/quick-start) - Build your first agent
* [Compilation Guide](/guide/compilation) - Learn AOT vs JIT
