mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
...
This commit is contained in:
@@ -620,7 +620,7 @@ function install_python_packages {
|
||||
echo "[ebook2audiobook] Installing dependencies..."
|
||||
python3 -m pip cache purge > /dev/null 2>&1
|
||||
python3 -m pip install --upgrade pip > /dev/null 2>&1
|
||||
python3 -m pip install --upgrade --no-cache-dir --progress-bar on --disable-pip-version-check --use-pep517 -r "$SCRIPT_DIR/requirements.txt" || exit 1
|
||||
python3 -m pip install --upgrade --no-cache-dir --progress-bar on --disable-pip-version-check -r "$SCRIPT_DIR/requirements.txt" || exit 1
|
||||
python3 -m unidic download || exit 1
|
||||
echo "[ebook2audiobook] Installation completed."
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user