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

# Installing the Daily Client SDK for Python

> Learn how to get set up with the Daily Client SDK for Python.

## Installing using pip

`daily-python` can be easily installed using `pip`:

```bash theme={null}
pip install daily-python
```

To upgrade:

```bash theme={null}
pip install -U daily-python
```

### Requirements

* Python 3.8 or newer
