PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 29th of March, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[23:51:53] <FunkyBob> I can't seem to persuade pip to use git+git URLs.... I take it the format github gives repo urls in is wrong for this purpose?
[23:53:29] <tdsmith> i think it's just spelled wrong; https://pip.pypa.io/en/stable/reference/pip_install/#git
[23:54:40] <FunkyBob> ah, got it... pip install git+ssh://git@github.com/{....repo path}
[23:54:58] <FunkyBob> where github will give you git@github.com:{repo path}