diff --git a/Makefile b/Makefile index c2ab1e8c..a0842653 100644 --- a/Makefile +++ b/Makefile @@ -57,5 +57,6 @@ venv: $(VENV) $(VENV): $(PYTHON) -m venv $@ + pip install --upgrade pip pip install pytest pip install -e .