在requirements.txt中指定GitHub源
要将从GitHub存储库安装的库集成到您的依赖项中,请修改您的requirements.txt文件如下:
对于 GitHub 存储库,省略“package==version”命名约定。相反,请使用以下格式:
package-name @ git git://github.com/owner/repo@reference
其中“引用”可以是:
示例:
使用 GitHub 更新“package-two”依赖项存储库,在您的requirements.txt中使用以下配置之一:
package-two @ git https://github.com/owner/repo@41b95ec package-two @ git https://github.com/owner/repo@main package-two @ git https://github.com/owner/[email protected] package-two @ git https://github.com/owner/repo@releases/tag/v3.7.1
注意:在某些pip版本中,更新包中的包版本setup.py 以避免假设已经满足要求。
免责声明: 提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发到邮箱:[email protected] 我们会第一时间内为您处理。
Copyright© 2022 湘ICP备2022001581号-3