diff options
author | Georg Brandl <georg@python.org> | 2009-04-26 06:05:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-26 06:05:18 (GMT) |
commit | dbc5b4b66f215a51ad8e5ae39747ade4370c875b (patch) | |
tree | 3c2d18bfee8ecd1e3d0145c5042a339d36c86533 /Doc | |
parent | afb0d6ef394cc659806d03e8e8ecc37b7e99fc38 (diff) | |
download | cpython-dbc5b4b66f215a51ad8e5ae39747ade4370c875b.zip cpython-dbc5b4b66f215a51ad8e5ae39747ade4370c875b.tar.gz cpython-dbc5b4b66f215a51ad8e5ae39747ade4370c875b.tar.bz2 |
Update versions in instructions for manual set-up.
Diffstat (limited to 'Doc')
-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 4527930..c8f0114 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -74,17 +74,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. |