diff --git a/bootstrap b/bootstrap index e5b2e61..8571f6c 100755 --- a/bootstrap +++ b/bootstrap @@ -32,6 +32,9 @@ virtualenv --no-site-packages --distribute virtualenv # avoid pip bugs ./virtualenv/bin/pip install --upgrade pip +# work-around change in pip 1.5 +./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade + ./virtualenv/bin/pip install -r requirements.txt # forbid setuptools from using the network because it'll try to use