dev-release.sh: Update setuptools/pip

This commit is contained in:
Jakub Warmuz 2015-10-17 09:02:32 +00:00
parent 7fe8bbe446
commit 5621cf325d
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -74,9 +74,10 @@ python -m SimpleHTTPServer $PORT &
# installed from local PyPI rather than current directory (repo root)
virtualenv --no-site-packages ../venv
. ../venv/bin/activate
# Now, use our local PyPI. --pre allows installation of pre-release (incl. dev)
pip install -U setuptools
pip install -U pip
# Now, use our local PyPI
pip install \
--pre \
--extra-index-url http://localhost:$PORT \
letsencrypt $SUBPKGS
# stop local PyPI