Updated the readme file to add the lxml dependency.

This commit is contained in:
Virgil Dupras 2010-03-01 14:35:58 +01:00
parent 26dd2d0e8e
commit ba09e8bf4d
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -27,6 +27,7 @@ General dependencies
-----
- Python 2.6 (http://www.python.org)
- lxml, to read and write XML files. (http://codespeak.net/lxml/)
- Mako, to generate help files. (http://www.makotemplates.org/)
- PyYaml, for help files and the build system. (http://pyyaml.org/)
- Nose, to run unit tests. (http://somethingaboutorange.com/mrl/projects/nose/)