diff --git a/Doc/index.html b/Doc/index.html
index b45cc2e3d..0e6436f23 100644
--- a/Doc/index.html
+++ b/Doc/index.html
@@ -57,8 +57,10 @@ You need the following software to use FontTools:
PyXML, a set of XML tools:
http://sourceforge.net/projects/pyxml/
-
Installation should be very similar to installing Numeric Python, see above.
+
Note: some Python distributions already contain the neccesary XML support.
+ If "import xml.parsers.expat" works at the Python interactive prompt, you don't need to
+ install PyXML.