[TIP] ANN: nose-f7u12

Bruno Renié buburno at gmail.com
Mon Oct 24 04:05:24 PDT 2011


On Mon, Oct 24, 2011 at 12:50 PM, Chris Withers <chris at simplistix.co.uk> wrote:
> On 24/10/2011 11:09, Hugo Lopes Tavares wrote:
>>>
>>> How can I easy_install this?
>>
>> Replace `easy_install` by `pip install` and it will work.
>>
>> The reason is the download link is only installable by pip, because of
>> git support.
>
> I don't use pip, why isn't there just a normal egg up that easy_install is
> happy with?
>
> Chris

You can point easy_install to the github tarball instead of the git repo:

easy_install https://github.com/mpirnat/nose-f7u12/tarball/master#egg=nose-f7u12

Hope this helps,
Bruno



More information about the testing-in-python mailing list