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

# Requirements & Installation

> Installation guide for the Locker Secrets Manager SDK for Python

## Requirements & Installation

<Tip>
  Link: [https://pypi.org/project/lockersm](https://pypi.org/project/lockersm)
</Tip>

### Requirements

* Python 3.6+

### Installation

Install from PyPi:

```bash theme={null}
pip install --upgrade lockersm
```

Install from source:

```bash theme={null}
python setup.py install
```
