some clearing
[PyX/mjg.git] / INSTALL
blob4e11a924201a8d7046bdc7ffdc7b4ca1ee3dab7b
1 The installation of PyX is extremely simple if you have installed
2 the Python distutils package. If you want to build PyX locally,
3 just run
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.