Skip to content

Commit

Permalink
Add wheel to pre-requirements installed by make files (#4475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonedestroyer committed Oct 11, 2020
1 parent 8ff5a71 commit 4f2763c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exit /B %ERRORLEVEL%

:newenv
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

:syncenv
Expand Down

0 comments on commit 4f2763c

Please sign in to comment.