Manage repositories: add git repository
How can I install a package from a specific git repository?
1 条评论
排序方式
日期
投票数
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.
请先登录再写评论。