On Fri, Nov 23, 2012 at 2:53 PM, Chris Withers <ch...@simplistix.co.uk>wrote:

> On 07/11/2012 18:36, Chris Withers wrote:
>
>> On 06/11/2012 12:23, Daniel Holth wrote:
>>
>>> On Nov 6, 2012, at 6:47 AM, Chris Withers<ch...@python.org> wrote:
>>>
>>>  On 05/11/2012 20:32, Daniel Holth wrote:
>>>>
>>>>> Extras are just an alias for a set of dependencies. After you run
>>>>> setup.py develop on package, just "pip install package[docs,testing]"
>>>>>
>>>>
>>>> it's pyramid, and I want to do setup.py develop [docs,testing]
>>>>
>>>
>>>
If you're still looking for an answer, pretty much all you can do for that
is: "setup.py develop easy_install pkgname[docs,testing]".  You can shorten
it by defining an generic alias for "develop easy_install" in your global
or user distutils .cfg, or a project-specific alias for "develop
easy_install pkgname" in the project's setup.cfg.
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to