Skip to content

Commit

Permalink
Update pip installation command in README
Browse files Browse the repository at this point in the history
Update the pip installation command in the README to point to the actual
repository path.

Resolves unitycatalog#7

Signed-off-by: Jan Hentschel <[email protected]>
  • Loading branch information
HorizonNet committed Oct 2, 2024
1 parent 8225a78 commit a04322d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a04322d

Please sign in to comment.