mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Add wheel to pre-requirements installed by make files (#4475)
This commit is contained in:
parent
8ff5a71a5d
commit
4f2763c26c
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ bumpdeps:
|
||||
# Development environment
|
||||
newenv:
|
||||
$(PYTHON) -m venv --clear .venv
|
||||
.venv/bin/pip install -U pip setuptools
|
||||
.venv/bin/pip install -U pip setuptools wheel
|
||||
$(MAKE) syncenv
|
||||
syncenv:
|
||||
.venv/bin/pip install -Ur ./tools/dev-requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user