Skip to content

Commit

Permalink
feat: add activate command (apache#16404)
Browse files Browse the repository at this point in the history
* add activate command

* Update Makefile

* fix linting

* fix
  • Loading branch information
hughhhh authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent 2257449 commit c10c2c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c10c2c7

Please sign in to comment.