Commit c8800ac2 authored by Jim Fulton's avatar Jim Fulton

Oops, need some special instructions.

parent ce0d2d4d
......@@ -51,3 +51,16 @@ Buildout is a project designed to solve 2 problems:
To learn more about buildout, including how to use it, see
http://buildout.org/.
To get the bootstrap.py file for this release of buildout, get
``https://raw.github.com/buildout/buildout/master/bootstrap/bootstrap.py``.
For example, using curl:
curl https://raw.github.com/buildout/buildout/master/bootstrap/bootstrap.py > bootstrap.py
Since this is still an alpha release, you'll need to supply the -y
option to bootstrap.py::
python bootstrap.py -t
This version of buildout support Python 2.6, 2.7, 3.2 and 3.3.
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