Imported Upstream version 12.1.0
[contrib/python-twisted.git] / INSTALL
1 Requirements
2
3   Python 2.5, 2.6 or 2.7.
4
5   Zope Interfaces 3.3.0 or better (http://pypi.python.org/pypi/zope.interface)
6
7   pyOpenSSL (<http://launchpad.net/pyopenssl>) is required for any SSL APIs.  On
8   Windows, version 0.10 or newer is required.  pyOpenSSL 0.10 or newer is also
9   preferred on other platforms, but older versions will work as well.
10
11   On Windows pywin32 (<http://sourceforge.net/projects/pywin32/files/>) is
12   required.  Build 215 or later is highly recommended for reliable operation
13   (this is already included in ActivePython).
14
15   If you would like to use Trial's subunit reporter, then you will need to
16   install Subunit 0.0.2 or later (https://launchpad.net/subunit).
17
18 Installation
19
20   * Debian and Ubuntu
21     Packages are included in the main distribution.
22
23   * FreeBSD, Gentoo
24     Twisted is in their package repositories.
25
26   * Win32
27     Installers are available from http://twistedmatrix.com/
28
29   * Other
30     As with other Python packages, the standard way of installing from source
31     is:
32
33       python setup.py install