From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 23 Sep 2007 12:47:11 +0000 (-0700)
Subject: README: add notes about how to use easy_install for dependencies
X-Git-Tag: allmydata-tahoe-0.6.0~14
X-Git-Url: https://git.rkrishnan.org/Site/Content/$sch_link?a=commitdiff_plain;h=e4aa204b414a5cb5db48c78b8642b1415a6cad82;p=tahoe-lafs%2Ftahoe-lafs.git

README: add notes about how to use easy_install for dependencies
---

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: