Skip to content

Commit

Permalink
Fix instructions for installing development version. Fixes pypaGH-287;…
Browse files Browse the repository at this point in the history
… thanks Chris Jerdonek for the report.
  • Loading branch information
carljm committed Jun 4, 2012
1 parent f450b9a commit 79ae54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.txt
Expand Up @@ -17,8 +17,8 @@ Installation
------------

You can install virtualenv with ``pip install virtualenv``, or the `latest
development version <https://github.com/pypa/virtualenv/tarball/develop#egg=virtualenv-dev>`_
with ``pip install virtualenv==dev``.
development version <https://github.com/pypa/virtualenv/tarball/develop>`_
with ``pip install https://github.com/pypa/virtualenv/tarball/develop``.

You can also use ``easy_install``, or if you have no Python package manager
available at all, you can just grab the single file `virtualenv.py`_ and run
Expand Down

0 comments on commit 79ae54a

Please sign in to comment.