[Python-checkins] r56532 - doctools/trunk/README

georg.brandl python-checkins at python.org
Tue Jul 24 22:58:37 CEST 2007


Author: georg.brandl
Date: Tue Jul 24 22:58:36 2007
New Revision: 56532

Modified:
   doctools/trunk/README
Log:
Add hint about installing docutils.


Modified: doctools/trunk/README
==============================================================================
--- doctools/trunk/README	(original)
+++ doctools/trunk/README	Tue Jul 24 22:58:36 2007
@@ -8,13 +8,17 @@
 2.5 setup.  Docutils 0.4 is required, the Docutils SVN trunk does not
 work at the moment, but I don't expect it to be difficult to fix that.
 
+Docutils can be installed from the PyPI (Cheese Shop) via ``easy_install``
+or from http://docutils.sourceforge.net/.
+
 If you want code highlighting, you need Pygments >= 0.8, easily
 installable from PyPI.  Jinja, the template engine, is included as a
 SVN external.
 
 For the rest of this document, let's assume that you have a Python
-checkout (you need the 2.6 line, i.e. the trunk) in ~/devel/python and
-this checkout in the current directory.
+checkout (you need the 2.6 line, i.e. the trunk -- the SVN URL for readonly
+access is http://svn.python.org/projects/python/trunk) in ~/devel/python
+and this checkout in the current directory.
 
 To convert the LaTeX doc to reST, you first have to apply the patch in
 ``etc/inst.diff`` to the ``inst/inst.tex`` LaTeX file in the Python
@@ -83,4 +87,4 @@
 additional, that can be used in the source docs.
 
 More reST docs are at http://docutils.sf.net/rst.html, tutorials can be found on
-the web.
\ No newline at end of file
+the web.


More information about the Python-checkins mailing list