diff --git a/Makefile b/Makefile index e4490e7..c1b1a03 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ dev: $(VENV_EXISTS) $(VENV_EXISTS): pyproject.toml # Create our Python 3 virtual environment - python -m venv env + python -m venv $(VENV) $(VENV_BIN)/python -m pip install --upgrade pip $(VENV_BIN)/python -m pip install -e .[$(INSTALL_EXTRA)]