From d7c842c4a98c481694e984438435de43d5920c27 Mon Sep 17 00:00:00 2001 From: wilcoxjg Date: Wed, 8 Aug 2007 20:43:40 -0700 Subject: [PATCH] changed README to inslude simplejson in "The Python Way" install --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 61de0e27..ea865e29 100644 --- 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 -- 2.45.2