Skip to content

Commit a04322d

Browse files
committed
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 <[email protected]>
1 parent 8225a78 commit a04322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found [on docs.unitycatalog.com](https://docs.
1616

1717
```sh
1818
# install from the production repo
19-
pip install git+ssh://git@github.com/undefined/unitycatalog-python.git
19+
pip install git+https://github.com/unitycatalog/unitycatalog-python.git
2020
```
2121

2222
> [!NOTE]

0 commit comments

Comments
 (0)