INSTALL 878 B

1234567891011121314151617181920212223242526272829303132
  1. Requirements
  2. Python 2.3 or later.
  3. Zope Interfaces 3.0.1 (http://zope.org/Products/ZopeInterface) - if
  4. you have ZopeX3 (at least version 3.0.0c1) installed that should
  5. work too.
  6. On Windows pywin32 is recommended (this is built in to ActivePython,
  7. so no need to reinstall if you use it instead of standard Python)
  8. http://sourceforge.net/project/showfiles.php?group_id=78018
  9. The Windows IOCP reactor requires pywin32 build 205 or later.
  10. Installation
  11. * Debian and Ubuntu
  12. Packages are included in the main distribution.
  13. * FreeBSD, Gentoo
  14. Twisted is in their package repositories.
  15. * Mac OS X
  16. Packages are available from http://twistedmatrix.com/
  17. * Win32
  18. EXEs are available from http://twistedmatrix.com/
  19. * Other
  20. As with other Python packages, the standard way of installing from source
  21. is:
  22. python setup.py install