mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00: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:
parent
f02c3048dc
commit
3d062829de
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue