Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wulan17 authored Dec 14, 2023
1 parent 3d9399e commit 6fa79a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ venv:
$(RM) $(VENV)
python3 -m venv $(VENV)
$(PYTHON) -m pip install -U pip wheel setuptools
$(PYTHON) -m pip install -U -e .
$(PYTHON) -m pip install -U .
@echo "Created venv with $$($(PYTHON) --version)"

clean-docs:
Expand Down

0 comments on commit 6fa79a0

Please sign in to comment.