bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)

This commit is contained in:
Pablo Galindo 2020-05-18 23:37:06 +01:00 committed by GitHub
parent ff7a8b03c4
commit 3764069f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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