From: Brian Warner <warner@lothar.com>
Date: Sat, 15 Sep 2007 21:19:45 +0000 (-0700)
Subject: README: nevow is now automatically handled by build-deps/install
X-Git-Tag: allmydata-tahoe-0.6.0~101
X-Git-Url: https://git.rkrishnan.org/vdrive/listings/frontends/?a=commitdiff_plain;h=6a9040198c0c88ad040fbb567ce23a4456841ec8;p=tahoe-lafs%2Ftahoe-lafs.git

README: nevow is now automatically handled by build-deps/install
---

diff --git a/README b/README
index 121e93c6..f4c3cd3b 100644
--- 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