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

# Install

> Install the Less Python SDK for local development.

Requires Python 3.11 or later.

Install the SDK locally to enable easy local development in your preferred editor.

```bash theme={null}
pip install less-sdk
```

Dependencies are pinned to stay compatible with common scientific Python stacks (NumPy 1.x, pandas 2.x), including pre-installed packages in images like `jupyter/scipy-notebook`.
