mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
changed README to inslude simplejson in "The Python Way" install
This commit is contained in:
parent
4490d0b723
commit
d7c842c4a9
6
README
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user