在requirements.txt中指定GitHub來源
要將從GitHub儲存庫安裝的庫整合到您的依賴項中,請修改您的requirements.txt檔案如下:
對於GitHub 儲存庫,省略「package==version」命名約定。相反,請使用以下格式:
package-name @ git git://github.com/owner/repo@reference
其中「引用」可以是:
範例:
要使用GitHub儲存庫更新「package-two」依賴項,請在您的 requests.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