We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Date:2015-07-25 Title: pip 安装指定的git 分支|commit Tags: pip,Git Category:IT
pip install [-e] git://git.myproject.org/MyProject.git@master#egg=MyProject pip install [-e] git://git.myproject.org/MyProject.git@v1.0#egg=MyProject pip install [-e] git://git.myproject.org/MyProject.git@da39a3ee5e6b4b0d3255bfef95601890afd80709#egg=MyProject # 如 pip install -e git+git@github.com:sshwsfc/django-xadmin.git@django1.8#egg=django-xadmin
There was an error while loading. Please reload this page.