comparison README.txt @ 260:0ac15efd8c17 default tip

Drop obsolete parameter to bootstrap.py in README.txt
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Mon, 29 Sep 2014 15:49:42 +0200
parents b9f7aac3fd06
children
comparison
equal deleted inserted replaced
259:d8b0a06cb763 260:0ac15efd8c17
36 # export http_proxy=http://proxy.example.net:3128/ 36 # export http_proxy=http://proxy.example.net:3128/
37 # export https_proxy=http://proxy.example.net:3128/ 37 # export https_proxy=http://proxy.example.net:3128/
38 38
39 First download the buildout software itself:: 39 First download the buildout software itself::
40 40
41 # python2.6 bootstrap.py --distribute 41 # python2.6 bootstrap.py
42 42
43 Then run the buildout recipe:: 43 Then run the buildout recipe::
44 44
45 # ./bin/buildout 45 # ./bin/buildout
46 46