]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
changed README to inslude simplejson in "The Python Way" install
authorwilcoxjg <wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:43:40 +0000 (20:43 -0700)
committerwilcoxjg <wilcoxjg@gmail.com>
Thu, 9 Aug 2007 03:43:40 +0000 (20:43 -0700)
README

diff --git a/README b/README
index 61de0e276e09219a53af5c94263fd1e3410dfa3d..ea865e2959991a00966217d7e42a279f0cd9af34 100644 (file)
--- a/README
+++ b/README
@@ -171,10 +171,10 @@ Running-In-Place Way.  Choose one:
 
   The Python Way is to execute "setup.py install" for each Python package.
 
-  You'll need to run "setup.py install" four separate times, one for each of
-  the four subpackages (allmydata, allmydata.Crypto, foolscap, and zfec).
+  You'll need to run "setup.py install" five separate times, one for each of
+  the five subpackages (allmydata, allmydata.Crypto, foolscap, simplejson, and zfec).
 
-    for PACKAGE in zfec Crypto foolscap ; do
+    for PACKAGE in zfec Crypto foolscap simplejson; do
       cd src/${PACKAGE} && python setup.py install && cd ../..
     done