fix(build): change missing flag argumt
This commit is contained in:
parent
f65c319c18
commit
7d148cbd48
2 changed files with 4 additions and 4 deletions
|
|
@ -10,10 +10,10 @@ AC_MSG_NOTICE([initializing python3 venv...])
|
|||
python3 -m venv .venv
|
||||
|
||||
AC_MSG_NOTICE([installing dependencies...])
|
||||
.venv/bin/pip install requirements.txt
|
||||
.venv/bin/pip install --requirement requirements.txt
|
||||
|
||||
# install dev dependencies seperately, for clarity
|
||||
AC_MSG_NOTICE([installing dev dependencies...])
|
||||
.venv/bin/pip install requirements-dev.txt
|
||||
.venv/bin/pip install --requirement requirements-dev.txt
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue