Commit 5cb8787b authored by Jim Fulton's avatar Jim Fulton

New bootstrap location

parent 3452067d
...@@ -78,12 +78,12 @@ locally in your project. ...@@ -78,12 +78,12 @@ locally in your project.
The bootstrap script for buildout version 2 is at: The bootstrap script for buildout version 2 is at:
http://downloads.buildout.org/2/bootstrap.py https://bootstrap.pypa.io/bootstrap-buildout.py
So, for example, to install buildout 2 in a project, you might:: So, for example, to install buildout 2 in a project, you might::
wget http://downloads.buildout.org/2/bootstrap.py wget https://bootstrap.pypa.io/bootstrap-buildout.py
python bootstrap.py python bootstrap-buildout.py
Then to build your project, you can just run:: Then to build your project, you can just run::
...@@ -91,8 +91,6 @@ Then to build your project, you can just run:: ...@@ -91,8 +91,6 @@ Then to build your project, you can just run::
from the project directory. from the project directory.
The bootstrap script is often checked into version control.
buildout 2 is somewhat backward-incompatible with version 1. Most buildout 2 is somewhat backward-incompatible with version 1. Most
projects will probably work fine with either. If you need to keep projects will probably work fine with either. If you need to keep
using version 1, however, specify a version requirement when you use using version 1, however, specify a version requirement when you use
......
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