diff --git a/pep-0405.txt b/pep-0405.txt index b786112e7..8b8f773b8 100644 --- a/pep-0405.txt +++ b/pep-0405.txt @@ -505,13 +505,11 @@ For example, ``sysconfig.get_paths()`` in a source build gives Reference Implementation ======================== -The in-progress reference implementation is found in `a clone of the -CPython Mercurial repository`_. To test it, build and install it (the -virtual environment tool currently does not run from a source tree). -From the installed Python, run ``bin/pyvenv /path/to/new/virtualenv`` -to create a virtual environment. - -The reference implementation (like this PEP!) is a work in progress. +The reference implementation is found in `a clone of the CPython +Mercurial repository`_. To test it, build and install it (the virtual +environment tool currently does not run from a source tree). From the +installed Python, run ``bin/pyvenv /path/to/new/virtualenv`` to create +a virtual environment. .. _a clone of the CPython Mercurial repository: https://bitbucket.org/vinay.sajip/pythonv