From: wilcoxjg <wilcoxjg@gmail.com>
Date: Thu, 9 Aug 2007 03:00:35 +0000 (-0700)
Subject: changed README install "Python Way" section
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/css/@manifest?a=commitdiff_plain;h=c5af44439998297e35476b9f44326e4f6ec4b0ef;p=tahoe-lafs%2Ftahoe-lafs.git

changed README install "Python Way" section
---

diff --git a/README b/README
index 5eee3551..9e056630 100644
--- a/README
+++ b/README
@@ -148,9 +148,8 @@ There are three ways to do it.  Choose one:
 
  The Python Way:
 
-  This is automated by the makefile's "install" target, but in case you want
-  to configure the location or other install options you can learn how it is
-  done here:
+  Just run make install.
+  If case you want to configure the location or other install options you can learn how it is done here:
 
   The Python Way is to execute "setup.py install" for each Python package.