Manage repositories: add git repository

How can I install a package from a specific git repository?
0
1 comment
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.
0

Please sign in to leave a comment.