openshift-simple-app/Makefile

4 lines
106 B
Makefile
Raw Normal View History

2020-02-28 16:34:59 +00:00
setup:
$$(pyenv which python) -m venv .venv
. .venv/bin/activate && pip install -r requirements-dev.txt