Update python.md

This commit is contained in:
aetter 2021-09-10 15:01:43 -07:00
parent c972869893
commit 50f3fa51d8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The OpenSearch Python client provides a more natural syntax for interacting with
To add the client to your project, install it using [pip](https://pip.pypa.io/):
```bash
pip install <TBD>
pip install opensearch
```
Then import it like any other module: