Issue103

Title develop command needs a way to install extra requirements
Priority feature Status unread
Superseder Nosy List pje, tseaver
Assigned To pje Keywords

Created on 2010-02-22.23:48:51 by tseaver, last changed 2010-02-22.23:48:51 by tseaver.

Files
File name Uploaded Type Edit Remove
setuptools-develop_w_extra.patch tseaver, 2010-02-22.23:48:50 text/x-diff
Messages
msg506 (view) Author: tseaver Date: 2010-02-22.23:48:50
When running 'python setup.py develop', it would be useful to install one (or
more) of the 'extra' requirements for the package-under-development.  The
attached patch allows installing one at a time:  I don't have the options fu to
make it a repeatable option.
History
Date User Action Args
2010-02-22 23:48:51tseavercreate