We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd47eb commit 6282921Copy full SHA for 6282921
Makefile
@@ -64,6 +64,7 @@ venv:
64
$(PYTHON) -m venv --prompt $(LANGUAGE_TEAM) $(VENV); \
65
fi
66
67
+ $(VENV)/bin/python -m pip install -U pip
68
$(VENV)/bin/python -m pip install -r requirements.txt
69
70
0 commit comments