diff options
author | Georg Brandl <georg@python.org> | 2009-04-27 16:29:51 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-27 16:29:51 (GMT) |
commit | b5b5bcc0d12269f862ac069ee7db6e67a2d42020 (patch) | |
tree | 57c40eb771c22037dd3089093d815d501b0a4db1 | |
parent | 5617db86c39fa92f4acd2b2b93e9890791469f9f (diff) | |
download | cpython-b5b5bcc0d12269f862ac069ee7db6e67a2d42020.zip cpython-b5b5bcc0d12269f862ac069ee7db6e67a2d42020.tar.gz cpython-b5b5bcc0d12269f862ac069ee7db6e67a2d42020.tar.bz2 |
Merged revisions 71956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71956 | georg.brandl | 2009-04-26 08:05:18 +0200 (So, 26 Apr 2009) | 1 line
Update versions in instructions for manual set-up.
........
-rw-r--r-- | Doc/README.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Doc/README.txt b/Doc/README.txt index 968986e..3e9093a 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -79,17 +79,23 @@ Without make You'll need to checkout the Sphinx package to the `tools/` directory:: - svn co http://svn.python.org/projects/doctools/trunk/sphinx tools/sphinx + svn co http://svn.python.org/projects/external/Sphinx-0.6.1/sphinx tools/sphinx Then, you need to install Docutils, either by checking it out via :: - svn co http://svn.python.org/projects/external/docutils-0.4/docutils tools/docutils + svn co http://svn.python.org/projects/external/docutils-0.5/docutils tools/docutils or by installing it from http://docutils.sf.net/. +You also need Jinja2, either by checking it out via :: + + svn co http://svn.python.org/projects/external/Jinja-2.1.1/jinja2 tools/jinja2 + +or by installing it from PyPI. + You can optionally also install Pygments, either as a checkout via :: - svn co http://svn.python.org/projects/external/Pygments-0.9/pygments tools/pygments + svn co http://svn.python.org/projects/external/Pygments-0.11.1/pygments tools/pygments or from PyPI at http://pypi.python.org/pypi/Pygments. |