[Python-checkins] r71956 - python/trunk/Doc/README.txt

georg.brandl python-checkins at python.org
Sun Apr 26 08:05:19 CEST 2009


Author: georg.brandl
Date: Sun Apr 26 08:05:18 2009
New Revision: 71956

Log:
Update versions in instructions for manual set-up.

Modified:
   python/trunk/Doc/README.txt

Modified: python/trunk/Doc/README.txt
==============================================================================
--- python/trunk/Doc/README.txt	(original)
+++ python/trunk/Doc/README.txt	Sun Apr 26 08:05:18 2009
@@ -74,17 +74,23 @@
 
 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.
 


More information about the Python-checkins mailing list