From a04322dad4e283daae8c9983e9dd6e16ec76aa11 Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Wed, 2 Oct 2024 21:29:16 +0200 Subject: [PATCH] Update pip installation command in README Update the pip installation command in the README to point to the actual repository path. Resolves #7 Signed-off-by: Jan Hentschel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 418c4ed..0eeac2d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The REST API documentation can be found [on docs.unitycatalog.com](https://docs. ```sh # install from the production repo -pip install git+ssh://git@github.com/undefined/unitycatalog-python.git +pip install git+https://github.com/unitycatalog/unitycatalog-python.git ``` > [!NOTE]