mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-05-06 00:33:31 -04:00
Add wheel to pre-requirements installed by make files (#4475)
This commit is contained in:
@@ -25,7 +25,7 @@ bumpdeps:
|
|||||||
# Development environment
|
# Development environment
|
||||||
newenv:
|
newenv:
|
||||||
$(PYTHON) -m venv --clear .venv
|
$(PYTHON) -m venv --clear .venv
|
||||||
.venv/bin/pip install -U pip setuptools
|
.venv/bin/pip install -U pip setuptools wheel
|
||||||
$(MAKE) syncenv
|
$(MAKE) syncenv
|
||||||
syncenv:
|
syncenv:
|
||||||
.venv/bin/pip install -Ur ./tools/dev-requirements.txt
|
.venv/bin/pip install -Ur ./tools/dev-requirements.txt
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ exit /B %ERRORLEVEL%
|
|||||||
|
|
||||||
:newenv
|
:newenv
|
||||||
py -3.8 -m venv --clear .venv
|
py -3.8 -m venv --clear .venv
|
||||||
.\.venv\Scripts\python -m pip install -U pip setuptools
|
.\.venv\Scripts\python -m pip install -U pip setuptools wheel
|
||||||
goto syncenv
|
goto syncenv
|
||||||
|
|
||||||
:syncenv
|
:syncenv
|
||||||
|
|||||||
Reference in New Issue
Block a user