INSTALL 671 B

12345678910111213141516171819
  1. To install the package simply run:
  2. sudo python setup.py install --prefix /usr
  3. A windows package is seperately bundled.
  4. To build the windows package from source, follow these instructions:
  5. 1. Install the following software (ALWAYS use the 32-bit versions!)
  6. * python-2.7 http://www.python.org/getit/windows/
  7. * pygtk-windows all-in-one installer: http://www.pygtk.org/downloads.html
  8. * py2exe: http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/py2exe-0.6.9.win32-py2.7.exe/download
  9. * setuptools: http://pypi.python.org/pypi/setuptools#files
  10. 2. Install build dependencies
  11. # easy_install.exe lxml
  12. 3. Compile
  13. # python.exe setup.py py2exe