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

# Installation

> Install the Legnext Python SDK

## Install from PyPI

```bash theme={null}
python -m pip install legnext
```

## Verify Installation

```bash theme={null}
python -c "import legnext; print(legnext.__version__)"
```

## Requirements

* Python 3.10 or higher
* httpx >= 0.27.0
* pydantic >= 2.0.0

***

## Next Steps

* [Set up Authentication](/sdk/python/authentication)
* [Quick Start](/sdk/python/quickstart)
