Use uuid as a requirement in the setup.py and mention it in the documentation for Python 2.4

This commit is contained in:
Daniel Neuhäuser
2010-08-15 20:48:19 +02:00
parent ad42f2a93b
commit c3905938ea
2 changed files with 9 additions and 2 deletions

View File

@@ -50,10 +50,14 @@ docutils_ and Jinja2_ libraries. Sphinx should work with docutils version 0.5
or some (not broken) SVN trunk snapshot. If you like to have source code
highlighting support, you must also install the Pygments_ library.
If you use **Python 2.4** you also need uuid_.
.. _reStructuredText: http://docutils.sf.net/rst.html
.. _docutils: http://docutils.sf.net/
.. _Jinja2: http://jinja.pocoo.org/2/
.. _Pygments: http://pygments.org/
.. The given homepage is only a directory listing so I'm using the pypi site.
.. _uuid: http://pypi.python.org/pypi/uuid/
Usage