How can pip install a GitHub code drop?

Phlip phlip2005 at gmail.com
Sun Nov 15 12:16:11 EST 2009


Not Hyp:

Suppose I have a Python library, complete with a respectable setup.py.

How can I point pip at the repo to install the library?

if I use this...

sudo pip -e git+git://github.com/Phlip/Kozmiq.git

...I get an editable drop in a ~/src/ folder.

--
  Phlip
  http://c2.com/cgi/wiki?ZeekLand



More information about the Python-list mailing list