setuptools and extras

Note to self - setuptools lets you install extras using some weird square bracket notation. For example:

$ easy_install “vipy[django,growl]”

Will install vipy with django and growl extras.

Whee.


About this entry