Commit 295b2053 authored by Maurits van Rees's avatar Maurits van Rees

fixed typo: buildut -> buildout

parent 5e833c3e
...@@ -4,7 +4,7 @@ Using zc.buildout to run setup scripts ...@@ -4,7 +4,7 @@ Using zc.buildout to run setup scripts
zc buildout has a convenience command for running setup scripts. Why? zc buildout has a convenience command for running setup scripts. Why?
There are two reasons. If a setup script doesn't import setuptools, There are two reasons. If a setup script doesn't import setuptools,
you can't use any setuptools-provided commands, like bdist_egg. When you can't use any setuptools-provided commands, like bdist_egg. When
buildut runs a setup script, it arranges to import setuptools before buildout runs a setup script, it arranges to import setuptools before
running the script so setuptools-provided commands are available. running the script so setuptools-provided commands are available.
If you use a squeaky-clean Python to do your development, the setup If you use a squeaky-clean Python to do your development, the setup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment