projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57df32a
)
changed README install "Python Way" section
author
wilcoxjg
<wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:00:35 +0000
(20:00 -0700)
committer
wilcoxjg
<wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:00:35 +0000
(20:00 -0700)
README
patch
|
blob
|
history
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.