Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.buildout
Commits
5cb8787b
Commit
5cb8787b
authored
Dec 14, 2014
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New bootstrap location
parent
3452067d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
README.rst
README.rst
+3
-5
No files found.
README.rst
View file @
5cb8787b
...
...
@@ -78,12 +78,12 @@ locally in your project.
The bootstrap script for buildout version 2 is at:
http
://downloads.buildout.org/2/bootstrap
.py
http
s://bootstrap.pypa.io/bootstrap-buildout
.py
So, for example, to install buildout 2 in a project, you might::
wget http
://downloads.buildout.org/2/bootstrap
.py
python bootstrap.py
wget http
s://bootstrap.pypa.io/bootstrap-buildout
.py
python bootstrap
-buildout
.py
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.
The bootstrap script is often checked into version control.
buildout 2 is somewhat backward-incompatible with version 1. Most
projects will probably work fine with either. If you need to keep
using version 1, however, specify a version requirement when you use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment