This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients alexis, eric.araujo, paul.moore, tarek, vinay.sajip
Date 2012-02-11.09:57:36
SpamBayes Score 6.6804137e-06
Marked as misclassified No
Message-id <CACac1F9+MJFpjDUp9in1eYtVouScKrr9FeO1swuJJrpmQ8ZWJw@mail.gmail.com>
In-reply-to <1328939287.71.0.742015489171.issue13175@psf.upfronthosting.co.za>
Content
>> Do I need to hg clone then do some magic pip incantation to get it installed?
> Why would you want to install it?  Clone it, hack on it in place, run tests in place.  :)
>
> FTR, “bin/pip install -e .” is the command to “install” a project in develop (or editable) mode with pip in a virtualenv.

Thanks, that's what I needed. I'm new to pip and know little more than
"pip install" :-)
History
Date User Action Args
2012-02-11 09:57:36paul.mooresetrecipients: + paul.moore, vinay.sajip, tarek, eric.araujo, alexis
2012-02-11 09:57:36paul.moorelinkissue13175 messages
2012-02-11 09:57:36paul.moorecreate