Fix broken virtualenv link in pip documentation.

reviewable/pr18780/r1
Ricky Elrod 12 years ago
parent c4d075d8a5
commit 669bb36bce

2
pip

@ -106,7 +106,7 @@ examples:
- code: "pip: requirements=/my_app/requirements.txt extra_args='-i https://example.com/pypi/simple'"
description: Install specified python requirements and custom Index URL.
notes:
- Please note that U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified.
- Please note that virtualenv (U(http://www.virtualenv.org/)) must be installed on the remote host if the virtualenv parameter is specified.
requirements: [ "virtualenv", "pip" ]
author: Matt Wright
'''

Loading…
Cancel
Save