venv.sh
1 #!/bin/sh -xe 2 # Developer virtualenv setup for Let's Encrypt client 3 4 export VENV_ARGS="--python python2" 5 6 ./bootstrap/dev/_venv_common.sh \ 7 -r requirements.txt \ 8 -e acme[testing] \ 9 -e .[dev,docs,testing] \ 10 -e letsencrypt-apache \ 11 -e letsencrypt-nginx \ 12 -e letshelp-letsencrypt \ 13 -e letsencrypt-compatibility-test