summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-11-01 16:00:56 +0100
committertarek <none@none>2009-11-01 16:00:56 +0100
commitaaa33ec7239dd9f1929ce4925ef9cc6e3fb5a6e6 (patch)
treea6c991b1d843d5df71a43ab1bd356794e451bd7f /README.txt
parent7405419fb048f82ef142afd32d83dcb29bab59d4 (diff)
downloadpython-setuptools-git-aaa33ec7239dd9f1929ce4925ef9cc6e3fb5a6e6.tar.gz
--distribute was added in zc.buildout 1.4.2
--HG-- branch : distribute extra : rebase_source : 754f8883e6b103a3d8487072e386eb7bad2ddb6b
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index d39915aa..4930872a 100755
--- a/README.txt
+++ b/README.txt
@@ -196,7 +196,12 @@ Install FAQ
- **How does Distribute interacts with zc.buildout?**
- You can use Distribute in your zc.buildout. *The only thing* you need to do
+ You can use Distribute in your zc.buildout, with the --distribute option,
+ starting at zc.buildout 1.4.2::
+
+ $ python bootstrap.py --distribute
+
+ For previous zc.buildout versions, *the only thing* you need to do
is use the bootstrap at `http://python-distribute.org/bootstrap.py`. Run
that bootstrap and ``bin/buildout`` (and all other buildout-generated
scripts) will transparently use distribute instead of setuptools. You do