From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 27 Apr 2007 22:43:13 +0000 (-0700)
Subject: update README to mention which dependencies are python packages
X-Git-Tag: allmydata-tahoe_v0.1.1-1-UNSTABLE~3
X-Git-Url: https://git.rkrishnan.org/specifications/vdrive//%22?a=commitdiff_plain;h=d5c3c23d2e4d2386c7163c18cf071e601d4515f3;p=tahoe-lafs%2Ftahoe-lafs.git

update README to mention which dependencies are python packages
In particular, my brother is an Ubuntu/Debian user who said it would be nice if
we had mentioned that those packages were named "python-foo" in the apt package
namespace.
---

diff --git a/README b/README
index 574fbba6..c989c54b 100644
--- a/README
+++ b/README
@@ -45,8 +45,8 @@ DEPENDENCIES:
    higher is required on Windows-native) (language)
   http://python.org/
 
- * Twisted (tested against both 2.4 and 2.5) (network and operating system
-   integration library)
+ * Python Twisted (tested against both 2.4 and 2.5) (network and operating
+   system integration library)
   http://twistedmatrix.com/
 
   You need the following subpackages (which are included in the
@@ -58,13 +58,13 @@ DEPENDENCIES:
   Twisted requires zope.interface, a copy of which is included in the Twisted
   distribution.
 
- * Nevow (probably 0.9.0 or later) (web presentation language)
+ * Python Nevow (probably 0.9.0 or later) (web presentation language)
   http://divmod.org/trac/wiki/DivmodNevow
 
- * setuptools (build and distribution tool)
+ * Python setuptools (build and distribution tool)
   http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions
 
- * PyOpenSSL (0.6 or later) (secure transport layer)
+ * Python PyOpenSSL (0.6 or later) (secure transport layer)
   http://pyopenssl.sourceforge.net
 
   For Windows-native, download this: