[Distutils] python setup.py develop and extras

Marcus Smith qwcode at gmail.com
Sat Nov 24 01:00:15 CET 2012


>  If you want a one-liner try pip install -e . pyramid[docs,testing]
>

this works too:  pip install -e .[docs,testing]
(from inside the pyramid project dir)
and the extras come from the local setup.py

Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20121123/b0d1895c/attachment.html>


More information about the Distutils-SIG mailing list