feat: add activate command (#16404)

* add activate command

* Update Makefile

* fix linting

* fix
This commit is contained in:
Hugh A. Miles II 2021-08-24 10:45:40 -07:00 committed by GitHub
parent 81241b6024
commit c0e9006eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ venv:
test -d venv || ${PYTHON} -m venv venv # setup a python3 virtualenv
. venv/bin/activate
make activate:
source venv/bin/activate
pre-commit:
# setup pre commit dependencies
pip3 install -r requirements/integration.txt