| 44 | == Supporting Libraries == |
| 45 | |
| 46 | This project depends upon several others. For full details please consult the [source:/trunk/README] README, but here is a quick list of things that you will need to install before running a tahoe client or introducer: |
| 47 | |
| 48 | * Python (http://python.org), version 2.4 or 2.5 |
| 49 | * Twisted (http://twistedmatrix.com), we run with 2.4.x or 2.5.x |
| 50 | * Foolscap (http://twistedmatrix.com/trac/wiki/FoolsCap), we require 0.1.2 |
| 51 | * PyOpenSSL (http://pyopenssl.sourceforge.net), 0.6 or later |
| 52 | * Nevow (http://divmod.org/trac/wiki/DivmodNevow) for the web frontend, we use 0.9.x |
| 53 | * zfec (bundled with the tahoe tree) |
| 54 | * a patched PyCrypto (also bundled with the tahoe tree, installs into allmydata.Crypto) |
| 55 | |
| 56 | |