[Distutils] setup.py develop for extras?

Phillip J. Eby pje at telecommunity.com
Mon Jul 2 06:44:34 CEST 2007


At 12:07 AM 7/2/2007 -0400, Jorge Vargas wrote:
>Hi how could I trigger installing extras with develop?
>
>for example
>
>easy_install somePackage
>equals
>cd somePackage
>python setup.py develop
>
>easy_install somePackage[someExtras]
>equals???

You just said it.  First put the package in develop mode, then run 
easy_install somePackage[extras].




More information about the Distutils-SIG mailing list