refer to wheezyreq.pip and remove squeezereq.pip

This commit is contained in:
Jan Dittberner 2014-01-10 23:10:29 +00:00
parent cac34c879f
commit 2bcb98fcf2
2 changed files with 2 additions and 22 deletions

View file

@ -44,12 +44,12 @@ requirements using `pip <https://pypi.python.org/pypi/pip>`_::
virtualenv --distribute ~/.virtualenvs/dmportfolio
. ~/.virtualenvs/dmportfolio/bin/activate
cd ~/src/ddportfolioservice
pip install -r squeezereq.pip
pip install -r wheezyreq.pip
.. note::
The Debian Member Portfolio Service instance at http://portfolio.debian.net/
is running on a Debian Squeeze server, therefore :file:`squeezereq.pip`
is running on a Debian Wheezy server, therefore :file:`wheezyreq.pip`
contains dependency versions matching that Debian release.
The dependency download and installation into the virtual environment takes