mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)
(cherry picked from commit 3764069f3b)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f02c3048dc
commit
3d062829de
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user