Update README: use pypi instead of git repo for installation

Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
This commit is contained in:
Rushi Agrawal
2021-09-21 10:16:08 +05:30
committed by Vijayan Balasubramanian
parent eaa0cd8765
commit 4281fe0e2c
+1 -1
View File
@@ -26,7 +26,7 @@ This is the low-level client. A high-level Python client is in the works, and wi
To add the client to your project, install it using [pip](https://pip.pypa.io/):
```bash
pip install git+https://github.com/opensearch-project/opensearch-py.git
pip install opensearch-py
```
Then import it like any other module: