Add README to requirements/ dir

This commit is contained in:
Stein Magnus Jodal 2010-10-31 02:57:04 +02:00
parent d7dc91f210
commit f50b2b15b1

11
requirements/README.rst Normal file
View File

@ -0,0 +1,11 @@
*********************
pip requirement files
*********************
The files found here are `requirement files
<http://pip.openplans.org/requirement-format.html>`_ that may be used with `pip
<http://pip.openplans.org/>`_.
To install the dependencies found in one of these files, simply run e.g.::
pip install -r requirements/tests.txt