You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the pip installation command in the README to point to the actual
repository path.
Resolvesunitycatalog#7
Signed-off-by: Jan Hentschel <[email protected]>
Currently the pip install command does not actually point to the repository, and you have to manually alter the path.
Current:
pip install git+ssh://[email protected]/undefined/unitycatalog-python.git
What actually works:
'pip install git+https://github.com/unitycatalog/unitycatalog-python.git'
The text was updated successfully, but these errors were encountered: