From e4aa204b414a5cb5db48c78b8642b1415a6cad82 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 23 Sep 2007 05:47:11 -0700
Subject: [PATCH] README: add notes about how to use easy_install for
 dependencies

---
 README | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/README b/README
index e01eb061..45a24e8b 100644
--- a/README
+++ b/README
@@ -69,6 +69,9 @@ apt-get install gcc make python-dev python-twisted python-pyopenssl".
    Twisted requires zope.interface, a copy of which is included in the
    Twisted distribution. Note that Twisted does *not* require the entire Zope
    distribution, merely the much smaller zope.interface component.
+   zope.interface is easy_install-able, so if you have Python and
+   easy_install installed then you can install zope.interface by running
+   "easy_install zope.interface".
 
  + Python PyOpenSSL (0.6 or later) (secure transport layer)
 
@@ -115,7 +118,8 @@ normally be automatically installed as a side effect of installing Tahoe.
 
    zfec is packaged in a setuptools-compatible way and included in the Python
    Package Index (PyPI), so it will be automatically installed when you
-   install Tahoe (see INSTALLING).
+   install Tahoe (see INSTALLING).  It can be manually installed by running
+   "easy_install zfec".
 
  + Python foolscap (secure remote object library)
 
@@ -123,7 +127,8 @@ normally be automatically installed as a side effect of installing Tahoe.
 
    foolscape is packaged in a setuptools-compatible way and included in the
    Python Package Index (PyPI), so it will be automatically installed when
-   you install Tahoe (see INSTALLING).
+   you install Tahoe (see INSTALLING).  It can be manually installed by
+   running "easy_install foolscap".
 
  + Python simplejson (JSON parser)
 
@@ -131,7 +136,8 @@ normally be automatically installed as a side effect of installing Tahoe.
 
    simplejson is packaged in a setuptools-compatible way and included in the
    Python Package Index (PyPI), so it will be automatically installed when
-   you install Tahoe (see INSTALLING).
+   you install Tahoe (see INSTALLING).  It can be manually installed by
+   running "easy_install simplejson".
 
  + Python Nevow (0.6.0 or later) (web presentation language)
 
@@ -142,7 +148,8 @@ normally be automatically installed as a side effect of installing Tahoe.
 
    Nevow is packaged in a setuptools-compatible way and included in the
    Python Package Index (PyPI), so it will be automatically installed when
-   you install Tahoe (see INSTALLING).
+   you install Tahoe (see INSTALLING).  It can be manually installed by
+   running "easy_install nevow".
 
 
 GETTING THE SOURCE CODE:
-- 
2.45.2