change devdocs to Jessie
This commit is contained in:
parent
5dfa803c17
commit
8ccedf5c71
1 changed files with 2 additions and 2 deletions
|
@ -44,12 +44,12 @@ requirements using `pip <https://pypi.python.org/pypi/pip>`_::
|
||||||
virtualenv --distribute ~/.virtualenvs/dmportfolio
|
virtualenv --distribute ~/.virtualenvs/dmportfolio
|
||||||
. ~/.virtualenvs/dmportfolio/bin/activate
|
. ~/.virtualenvs/dmportfolio/bin/activate
|
||||||
cd ~/src/debianmemberportfolio
|
cd ~/src/debianmemberportfolio
|
||||||
pip install -r wheezyreq.pip
|
pip install -r jessiereq.pip
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
The Debian Member Portfolio Service instance at http://portfolio.debian.net/
|
The Debian Member Portfolio Service instance at http://portfolio.debian.net/
|
||||||
is running on a Debian Wheezy server, therefore :file:`wheezyreq.pip`
|
is running on a Debian Jessie server, therefore :file:`jessiereq.pip`
|
||||||
contains dependency versions matching that Debian release.
|
contains dependency versions matching that Debian release.
|
||||||
|
|
||||||
The dependency download and installation into the virtual environment takes
|
The dependency download and installation into the virtual environment takes
|
||||||
|
|
Loading…
Reference in a new issue