]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: nevow is now automatically handled by build-deps/install
authorBrian Warner <warner@lothar.com>
Sat, 15 Sep 2007 21:19:45 +0000 (14:19 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 15 Sep 2007 21:19:45 +0000 (14:19 -0700)
README

diff --git a/README b/README
index 121e93c63775e5ccad611d95e31dc80947a1947f..f4c3cd3b58188f4ab61eac179827a8e57abf7731 100644 (file)
--- a/README
+++ b/README
@@ -161,9 +161,9 @@ Running-In-Place Way.  Choose one:
   Just run 'python setup.py install'. This will compile and install the Tahoe
   code to a system-specific standard location (somewhere inside /usr/lib/ on
   unix). It will also acquire and install many of the necessary dependencies
-  in the same place. (The dependency-checking can handle foolscap and zfec,
-  but you are still responsible for ensuring that twisted, nevow, and
-  pyopenssl are installed).
+  in the same place. (The dependency-checking can handle foolscap, nevow, and
+  zfec, but you are still responsible for ensuring that twisted and pyopenssl
+  are installed).
 
   To install it to a non-standard location, learn about the
   "--single-version-externally-managed" flag, and visit