Skip to content
Snippets Groups Projects
Commit 4446ff9a authored by Baptiste DE RENZO's avatar Baptiste DE RENZO
Browse files

Update Makefile to explicitly install wheel

parent 97d0bdca
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ venv: $(VENV)/bin/activate
${VENV}/bin/activate: requirements.txt requirements.dev.txt
test -d $(VENV) || python3 -m venv $(VENV)
$(PYTHON) -m pip install -U pip
$(PYTHON) -m pip install -U wheel
$(PYTHON) -m pip install -r requirements.txt -r requirements.dev.txt
touch $(VENV)/bin/activate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment