Skip to content

Commit 7038916

Browse files
committed
Minor fix for the requiremnets.
1 parent 4d0841d commit 7038916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ install_or_update_python_env()
269269

270270
# Finally, ensure our plugin requirements are installed and updated.
271271
log_info "Installing or updating required python libs..."
272-
"${OE_ENV}"/bin/pip3 install -q -r --require-virtualenv --no-cache-dir "${OE_REPO_DIR}"/requirements.txt
272+
"${OE_ENV}"/bin/pip3 install --require-virtualenv --no-cache-dir -q -r "${OE_REPO_DIR}"/requirements.txt
273273
log_info "Python libs installed."
274274
}
275275

0 commit comments

Comments
 (0)