bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
This commit is contained in:
parent
ff7a8b03c4
commit
3764069f3b
|
@ -46,7 +46,7 @@ regen-metaparser: pegen/metagrammar.gram pegen/*.py
|
|||
venv:
|
||||
$(PYTHON) -m venv $(VENVDIR)
|
||||
$(VENVPYTHON) -m pip install -U pip setuptools
|
||||
$(VENVPYTHON) -m pip install -U memory_profiler
|
||||
$(VENVPYTHON) -m pip install -r requirements.pip
|
||||
@echo "The venv has been created in the $(VENVDIR) directory"
|
||||
|
||||
test: run
|
||||
|
|
Loading…
Reference in New Issue