Update loader.py

pull/136/head
archquise 2025-05-12 09:46:44 +04:00 committed by GitHub
parent eb6ce3f64b
commit 5f9d2db939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -671,6 +671,7 @@ class LoaderMod(loader.Module):
"-q",
"--disable-pip-version-check",
"--no-warn-script-location",
"--break-system-packages",
*["--user"] if loader.USER_INSTALL else [],
*requirements,
)