mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix(install.sh): force-reinstall from git to bypass cached PyPI version
This commit is contained in:
parent
027174df58
commit
c0d1ac9f54
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ echo ""
|
|||
header "Installing litellm[proxy]…"
|
||||
echo ""
|
||||
|
||||
"$PYTHON_BIN" -m pip install --quiet --progress-bar off "${LITELLM_PACKAGE}" \
|
||||
"$PYTHON_BIN" -m pip install --quiet --progress-bar off --upgrade --force-reinstall "${LITELLM_PACKAGE}" \
|
||||
|| die "pip install failed. Try manually: $PYTHON_BIN -m pip install '${LITELLM_PACKAGE}'"
|
||||
|
||||
# ── find litellm binary ────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue