From 4281fe0e2c6baefc7abeda115b1f0cb1f746ebba Mon Sep 17 00:00:00 2001 From: Rushi Agrawal Date: Tue, 21 Sep 2021 10:16:08 +0530 Subject: [PATCH] Update README: use pypi instead of git repo for installation Signed-off-by: Rushi Agrawal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e1aacc5..b6027336 100644 --- a/README.md +++ b/README.md @@ -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: