tahoe readme - updated to included all packages and clarify text
This commit is contained in:
parent
93c4a5ebb0
commit
c7cee0dda1
9
README
9
README
|
@ -13,9 +13,12 @@ DEPENDENCIES:
|
||||||
|
|
||||||
Python 2.4 or newer (tested against both 2.4 and 2.5)
|
Python 2.4 or newer (tested against both 2.4 and 2.5)
|
||||||
http://python.org/
|
http://python.org/
|
||||||
Twisted (probably 2.4.0 or newer) (subpackages 'core', 'web'
|
Twisted (probably 2.4.0 or newer)
|
||||||
http://twistedmatrix.com/
|
http://twistedmatrix.com/
|
||||||
You'll want the following subpackages: core, web, trial, conch.
|
The default subpackages should all be included by default, but in
|
||||||
|
case they aren't they are the following:
|
||||||
|
* core (the standard Twisted package)
|
||||||
|
* web, trial, conch
|
||||||
Note that Twisted requires zope.interface, and that the standard
|
Note that Twisted requires zope.interface, and that the standard
|
||||||
batteries-included Twisted distribution includes a copy.
|
batteries-included Twisted distribution includes a copy.
|
||||||
Foolscap (probably 0.0.7 or newer)
|
Foolscap (probably 0.0.7 or newer)
|
||||||
|
@ -25,6 +28,8 @@ DEPENDENCIES:
|
||||||
http://twistedmatrix.com/trac/wiki/FoolsCap
|
http://twistedmatrix.com/trac/wiki/FoolsCap
|
||||||
Nevow (probably 0.9.0 or later)
|
Nevow (probably 0.9.0 or later)
|
||||||
http://divmod.org/trac/wiki/DivmodNevow
|
http://divmod.org/trac/wiki/DivmodNevow
|
||||||
|
PyOpenSSL (0.6 or later)
|
||||||
|
http://pyopenssl.sourceforge.net
|
||||||
|
|
||||||
BUILDING:
|
BUILDING:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue