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

# Installation

Install the published package from PyPI.

Python 3.8–3.12 are supported.

```bash theme={"theme":{"light":"github-light-default","dark":"github-dark"}}
pip install -U peaq-robotics-sdk
```

PyPI page: [peaq-robotics-sdk](https://pypi.org/project/peaq-robotics-sdk/)

## Verify

```python theme={"theme":{"light":"github-light-default","dark":"github-dark"}}
from peaq_robot import PeaqRobot

sdk = PeaqRobot()
print(sdk.address)
```

Expected output:

```text theme={"theme":{"light":"github-light-default","dark":"github-dark"}}
5F...abc
```
