]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: fix bug in which pywin32 was mentioned as easy_installable
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 24 Sep 2007 18:41:24 +0000 (11:41 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 24 Sep 2007 18:41:24 +0000 (11:41 -0700)
README

diff --git a/README b/README
index 45a24e8be60a75a77553db99f4cd38dab1ce042b..cba7abbc42ff0bcd2f02b90e76a4f05aa1f70021 100644 (file)
--- a/README
+++ b/README
@@ -185,8 +185,8 @@ Way, The Running-In-Place Way, and The Debian Way.  Choose one:
   Run 'python setup.py install'. This will compile and install the Tahoe code
   to the standard location for your operating system (on unix, that is
   somewhere inside /usr/lib/). It will also acquire and install the
-  easy_install-able dependencies (zfec, foolscap, simplejson, nevow, and if
-  on Windows pywin32) to the same place.
+  easy_install-able dependencies (zfec, foolscap, simplejson, and nevow) to
+  the same place.
 
   To install it to a non-standard location, learn about setuptools's
   "--single-version-externally-managed" flag, and visit
@@ -201,8 +201,8 @@ Way, The Running-In-Place Way, and The Debian Way.  Choose one:
   'easy_install allmydata-tahoe' from any shell. That will download the most
   recent Tahoe source tarball, unpack it in a temporary directory, install it
   to the standard location, then download and install any easy_install-able
-  dependencies that you need (zfec, foolscap, simplejson, nevow, and if on
-  Windows pywin32).  (This will work only if you already have the other --
+  dependencies that you need (zfec, foolscap, simplejson, and nevow).  (This
+  will work only if you already have the other --
   non-easy_install-able -- dependencies.)
 
  The Running-In-Place Way:
@@ -215,10 +215,10 @@ Way, The Running-In-Place Way, and The Debian Way.  Choose one:
   "sys.path".)
 
   If you do not already have installed the easy_install-able dependencies
-  (zfec, foolscap, simplejson, nevow, and if on Windows pywin32) then you can
-  install them into a local subdirectory of the Tahoe source distribution by
-  executing "make build-deps". (The allmydata-tahoe script will discover them
-  and add them to the "sys.path".)
+  (zfec, foolscap, simplejson, and nevow) then you can install them into a
+  local subdirectory of the Tahoe source distribution by executing "make
+  build-deps". (The allmydata-tahoe script will discover them and add them to
+  the "sys.path".)
 
  The Debian Way: