~jk0/nova/xs-ipv6

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/INSTALL

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Requirements
 
2
 
 
3
  Python 2.4, 2.5 or 2.6.
 
4
 
 
5
  Zope Interfaces 3.0.1 (http://zope.org/Products/ZopeInterface) - if
 
6
  you have ZopeX3 (at least version 3.0.0c1) installed that should
 
7
  work too.
 
8
 
 
9
  On Windows pywin32 is recommended (this is built in to ActivePython,
 
10
  so no need to reinstall if you use it instead of standard Python)
 
11
      http://sourceforge.net/project/showfiles.php?group_id=78018
 
12
  The Windows IOCP reactor requires pywin32 build 205 or later.
 
13
 
 
14
  If you would like to use Trial's subunit reporter, then you will need to
 
15
  install Subunit 0.0.2 or later (https://launchpad.net/subunit).
 
16
 
 
17
Installation
 
18
 
 
19
  * Debian and Ubuntu
 
20
    Packages are included in the main distribution.
 
21
 
 
22
  * FreeBSD, Gentoo
 
23
    Twisted is in their package repositories.
 
24
 
 
25
  * Win32
 
26
    EXEs are available from http://twistedmatrix.com/
 
27
 
 
28
  * Other
 
29
    As with other Python packages, the standard way of installing from source
 
30
    is:
 
31
 
 
32
      python setup.py install