我已将我的私人回购打包到一个轮子中。轮子有不同的版本。是否可以通过命令行中的pip以及通过requirements.txt文件安装特定版本的仓库回购版本?据我所知,此功能isn't mentioned in the pip documentation。
我可以使用Github令牌从私有存储库中毫无问题地安装pip软件包。
pip install git+https://$GITHUB_TOKEN@github.com/[username]/[reponame].git
我还可以安装带有特定提交的私有pip软件包:
pip install git+https://$GITHUB_TOKEN@github.com/[username]/[reponame].git@[commit_sha]
答案 0 :(得分:0)
如果要安装特定的车轮,请给pip该车轮的路径或URL:
pip install https://example.com/url/of/wheel.whl