1 The installation of PyX is extremely simple if you have installed
2 the Python distutils package. If you want to build PyX locally,
5 python setup.py build_ext -i
7 You need the kpathsea header and library files for this.
8 A system wide installation can be performed with help of
10 python setup.py install
12 or an appropriate variant thereof.