pip install specific git branch | commit - WBowam/wbowam.github.com GitHub Wiki

Date:2015-07-25
Title: pip 安装指定的git 分支|commit
Tags: pip,Git Category:IT

pip install specific git branch |version|commit

pip install [-e] git://git.myproject.org/MyProject.git@master#egg=MyProject
pip install [-e] git://git.myproject.org/[email protected]#egg=MyProject
pip install [-e] git://git.myproject.org/MyProject.git@da39a3ee5e6b4b0d3255bfef95601890afd80709#egg=MyProject
# 如
pip install -e [email protected]:sshwsfc/[email protected]#egg=django-xadmin