Skip to content

pip install specific git branch | commit

tulpar008 edited this page Jul 26, 2015 · 1 revision

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/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

Clone this wiki locally