~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2004-06-21 22:01:11 UTC
  • mto: (2.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040621220111-vkf909euqnyrp3nr
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Requirements
 
2
 
 
3
  Python 2.2 or later.
 
4
 
 
5
  SSL/TLS: PyOpenSSL 0.5.1 or later (http://pyopenssl.sf.net)
 
6
  Serial: PySerial (http://pyserial.sf.net)
 
7
  SSH: PyCrypto (http://pycrypto.sf.net, recommended version at least 1.9a6)
 
8
       PyPAM (optional - http://www.tummy.com/Software/PyPam/index.html)
 
9
        GMPy (optional - http://gmpy.sf.net)
 
10
        PyShadow (optional -
 
11
            http://www.twistedmatrix.com/users/z3p/files/pyshadow-0.1.tar.gz)
 
12
  On Windows win32all is recommended (or ActivePython)
 
13
      http://starship.python.net/crew/mhammond/win32/Downloads.html
 
14
 
 
15
 
 
16
Installation
 
17
 
 
18
  * Debian 
 
19
    packages are available with these sources - for woody:
 
20
 
 
21
      deb http://twisted.sourceforge.net/debian/woody/ ./
 
22
 
 
23
    and for sarge/sid:
 
24
 
 
25
      deb http://twisted.sourceforge.net/debian/ ./
 
26
 
 
27
    Sid and sarge both have Twisted as well, but not necessarily the latest
 
28
    version.
 
29
 
 
30
  * FreeBSD, Gentoo 
 
31
    Twisted is in their package repositories.
 
32
 
 
33
  * Mac OS X 
 
34
    packages and dependences can be obtained from:
 
35
 
 
36
      http://undefined.org/python/pimp/
 
37
  
 
38
  * Win32 
 
39
    EXEs are available from http://twisted.sf.net, as well as tarballs
 
40
    for other platforms. 
 
41
  
 
42
  * Other
 
43
    As with other Python packages, the standard way of installing from source 
 
44
    is:
 
45
 
 
46
      python setup.py install
 
47
  
 
48
  * RPM (Redhat, Mandrake, SuSE, etc)
 
49
    For RPM based platforms there is a spec file in the admin/ folder in the
 
50
    tarball.