]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
changed README install "Python Way" section
authorwilcoxjg <wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:00:35 +0000 (20:00 -0700)
committerwilcoxjg <wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:00:35 +0000 (20:00 -0700)
README

diff --git a/README b/README
index 5eee355186b6b68f19abad8c3fe595a16913325b..9e056630c5ded56904e021d827b12398be8491c0 100644 (file)
--- 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.