TeXML is written in Python and supports the standard Python installation process:
$ python setup.py install
If execution is failed with the message like “No module named distutils”, make sure that Python development libraries are installed (the RPM package name might be python-devel).
It installs:
It is possible to use TeXML locally, without installation. The script texml_local can be found in the folder scripts of the TeXML distribution archive. For Windows, use the batch file texml_local.bat. If required, correct the path to Python interpreter before using the scripts.