【发布时间】:2014-01-15 21:09:39
【问题描述】:
我在 GitHub 上标记了两个版本:0.1 和 0.2。当我手动下载https://github.com/username/repo/tarball/master 时,会下载 0.2 版。但是,如果我在命令行中执行 pip install https://github.com/username/repo/tarball/master,则会安装 0.1 版。为什么会这样?如何通过 Pip 安装我的 repo 的最新版本?
【问题讨论】: