requirements/default.txt
The default requirements (Python 2.7+).
requirements/py26.txt
Extra requirements needed to run on Python 2.6.
requirements/test.txt
Requirements needed to run the full unittest suite.
$ pip -E $VIRTUAL_ENV install -U -r requirements/default.txt $ pip -E $VIRTUAL_ENV install -U -r requirements/test.txt