> ## 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.

# Yêu cầu & Cài đặt

> Hướng dẫn cài đặt Locker Secrets Manager SDK cho Python

## Yêu cầu & Cài đặt

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

### Yêu cầu

* Python 3.6+

### Cài đặt

Cài đặt từ PyPi:

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

Cài đặt từ mã nguồn:

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