Manage repositories: add git repository
How can I install a package from a specific git repository?
1 comment
Sort by
Date
Votes
The "Manage repositories" UI allows to browse the packages installed in repositories that support the PyPI protocol. A Git repository does not support any kind of browsing; it's simply a bunch of code. You can install a package from a git repository using the command line interface.
Please sign in to leave a comment.