Skip to content

Commit 4f2763c

Browse files
Add wheel to pre-requirements installed by make files (Cog-Creators#4475)
1 parent 8ff5a71 commit 4f2763c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bumpdeps:
2525
# Development environment
2626
newenv:
2727
$(PYTHON) -m venv --clear .venv
28-
.venv/bin/pip install -U pip setuptools
28+
.venv/bin/pip install -U pip setuptools wheel
2929
$(MAKE) syncenv
3030
syncenv:
3131
.venv/bin/pip install -Ur ./tools/dev-requirements.txt

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exit /B %ERRORLEVEL%
2121

2222
:newenv
2323
py -3.8 -m venv --clear .venv
24-
.\.venv\Scripts\python -m pip install -U pip setuptools
24+
.\.venv\Scripts\python -m pip install -U pip setuptools wheel
2525
goto syncenv
2626

2727
:syncenv

0 commit comments

Comments
 (0)