]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe readme - updated to included all packages and clarify text
authorPeter Secor <secorp@allmydata.com>
Thu, 29 Mar 2007 19:02:32 +0000 (12:02 -0700)
committerPeter Secor <secorp@allmydata.com>
Thu, 29 Mar 2007 19:02:32 +0000 (12:02 -0700)
README

diff --git a/README b/README
index 00fd1da41bc72b01acd88acdd62aa5a9f56ca63d..2c5d4eac2ee08af701d2e879cf42fa8880bac804 100644 (file)
--- a/README
+++ b/README
@@ -13,9 +13,12 @@ DEPENDENCIES:
 
  Python 2.4 or newer (tested against both 2.4 and 2.5)
   http://python.org/
- Twisted (probably 2.4.0 or newer) (subpackages 'core', 'web'
+ Twisted (probably 2.4.0 or newer)
   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
   batteries-included Twisted distribution includes a copy.
  Foolscap (probably 0.0.7 or newer)
@@ -25,6 +28,8 @@ DEPENDENCIES:
   http://twistedmatrix.com/trac/wiki/FoolsCap
  Nevow (probably 0.9.0 or later)
   http://divmod.org/trac/wiki/DivmodNevow
+ PyOpenSSL (0.6 or later)
+  http://pyopenssl.sourceforge.net
 
 BUILDING: