diff options
author | tarek <none@none> | 2009-09-26 20:14:03 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-26 20:14:03 +0200 |
commit | 0906b2d312d39b4b957cc3196b0b2935873f55a7 (patch) | |
tree | 5ba6fdce969acd62c6d90bb0b555c3df5daf9d31 | |
parent | 775967de5b20d48a50f2ca050a87d8fa4890170d (diff) | |
download | python-setuptools-git-0.6.2.tar.gz |
typo0.6.2
--HG--
branch : distribute
extra : rebase_source : 46cfa8ad9c0fba6bfdce61960ce97d85b473eae4
-rwxr-xr-x | README.txt | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -159,15 +159,16 @@ Install FAQ You need in this case to build a virtualenv with the --no-site-packages option or to install `Distribute` globally. -- **How does Distribute interact with zc.buildout?** +- **How does Distribute interacts with zc.buildout?** Some work is being done on zc.buildout side to make its bootstrap work with Distribute. Until then, using Distribute in zc.buildout is a bit - tricky because the bootstrap process of zc.buildout hardcodes the + tricky because the bootstrap process of zc.buildout hardcodes the installation of Setuptools. - The plan is to come with a working bootstrap.py for zc.buildout for the - 0.6.3 release. + The plan is to come with a custom bootstrap.py for zc.buildout for the + 0.6.3 release, together with some small changes on zc.buildout side. + ----------------------------- Feedback and getting involved |