[Python-checkins] peps: just have venv installed please

benjamin.peterson python-checkins at python.org
Wed Dec 10 20:28:07 CET 2014


https://hg.python.org/peps/rev/cb4be5ed8052
changeset:   5641:cb4be5ed8052
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Dec 10 14:28:02 2014 -0500
summary:
  just have venv installed please

files:
  pep-0101.txt |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -351,9 +351,8 @@
       You should not see any files.  I.e. you better not have any uncommitted
       changes in your working directory.
 
-  ___ Make sure you have an up-to-date Sphinx toolchain installed.
-
-      $ pip install -U Sphinx
+  ___ Make sure you have virtualenv installed. The release script installs
+      Sphinx in a virtualenv when building the docs.
 
       For building the PDF docs, you also need a fairly complete installation
       of a recent TeX distribution such as texlive.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list