aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
authorWill Kahn-Greene <willg@bluesock.org>2011-05-07 09:57:37 -0400
committerWill Kahn-Greene <willg@bluesock.org>2011-05-07 09:57:37 -0400
commit2bae877e6769842900694f49a5e27c1bc31507e0 (patch)
tree7032cabd5f9276960b4354d5b6b3a50adc1e0f4e /docs/hackinghowto.rst
parent2704f7a6cbe274b5d1969d511564f928e0ba5d29 (diff)
downloadmediagoblin-2bae877e6769842900694f49a5e27c1bc31507e0.tar.lz
mediagoblin-2bae877e6769842900694f49a5e27c1bc31507e0.tar.xz
mediagoblin-2bae877e6769842900694f49a5e27c1bc31507e0.zip
Wraps the virtualenv wrapper line
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r--docs/hackinghowto.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index dcade418..d3784820 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -77,7 +77,10 @@ How to set up and maintain an environment for hacking with virtualenv
**Requirements**
* virtualenv: http://pypi.python.org/pypi/virtualenv
-* virtualenv wrapper: http://www.doughellmann.com/projects/virtualenvwrapper/ (be sure to read the `install instructions <http://www.doughellmann.com/docs/virtualenvwrapper/install.html>`_)
+* virtualenv wrapper:
+ http://www.doughellmann.com/projects/virtualenvwrapper/ (be sure to
+ read the `install instructions
+ <http://www.doughellmann.com/docs/virtualenvwrapper/install.html>`_)
* git: http://git-scm.com/