From 7c1ca6bcc18d93f224044ac74c2b0388d444a078 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 10 Dec 2014 14:28:02 -0500 Subject: [PATCH] just have venv installed please --- pep-0101.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pep-0101.txt b/pep-0101.txt index 1c5666280..14c760ac1 100644 --- a/pep-0101.txt +++ b/pep-0101.txt @@ -351,9 +351,8 @@ How to Make A Release 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.