Update Makefile

This commit is contained in:
arefdsg 2024-08-20 16:05:04 -03:00 committed by GitHub
parent 8821e30916
commit adad61c345

View File

@ -279,6 +279,7 @@ distclean: clean libclean
venv:
test -d $(VENV) || python3 -m venv $(VENV)
$(PYTHON) -m ensurepip --upgrade
$(PYTHON) -m pip install -U pip
$(PYTHON) -m pip install -U -r requirements.txt