Commit 048b30cc authored by Peter Uittenbroek's avatar Peter Uittenbroek

Add note about -U usage for development

parent cb825e1f
...@@ -10,6 +10,9 @@ When you're developing buildout itself, you need to know two things: ...@@ -10,6 +10,9 @@ When you're developing buildout itself, you need to know two things:
- Don't bootstrap with ``python bootstrap/bootstrap.py`` but with ``python - Don't bootstrap with ``python bootstrap/bootstrap.py`` but with ``python
dev.py``. dev.py``.
- Run buildout with -U, to ignore user (default) settings which can interfere
with using the development version
For your convenience we provide a Makefile to build various Python versions For your convenience we provide a Makefile to build various Python versions
in subdirectories of the buildout checkout. To use these and run the tests in subdirectories of the buildout checkout. To use these and run the tests
with them do:: with them do::
......
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