mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
dev-release.sh: Update setuptools/pip
This commit is contained in:
parent
7fe8bbe446
commit
5621cf325d
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue