Commit 9a6990a7 authored by Reinout van Rees's avatar Reinout van Rees

Added developer hints

parent 4bd32578
Developing buildout itself
**************************
When you're developing buildout itself, you need to know two things:
- Use a clean python *without* setuptools installed. Otherwise many tests
will find your already-installed setuptools, leading to test differences
when setuptools' presence is explicitly tested.
- Don't bootstrap with ``python bootstrap/bootstrap.py`` but with ``python
dev.py``.
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