68 | | == Supporting Libraries == |
69 | | |
70 | | This project depends upon several others. For full details please consult the [source:README README], but here is a quick list of things that you will need to install before running a tahoe client or introducer: |
71 | | |
72 | | * Python (http://python.org), version 2.4 or 2.5 |
73 | | * Twisted (http://twistedmatrix.com), we run with 2.4.x or 2.5.x |
74 | | * Foolscap (http://twistedmatrix.com/trac/wiki/FoolsCap), we require 0.1.2 |
75 | | * PyOpenSSL (http://pyopenssl.sourceforge.net), 0.6 or later |
76 | | * Nevow (http://divmod.org/trac/wiki/DivmodNevow) for the web frontend, we use 0.9.x |
77 | | * zfec (bundled with the tahoe tree) |
78 | | * a patched PyCrypto (also bundled with the tahoe tree, installs into allmydata.Crypto) |
79 | | |
80 | | |