forked from jan/debianmemberportfolio
refer to wheezyreq.pip and remove squeezereq.pip
This commit is contained in:
parent
cac34c879f
commit
2bcb98fcf2
2 changed files with 2 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue