Update installation script to modify dependencies

Removed python3-dev and python3-setuptools from dependencies and specified Python version for installation.
This commit is contained in:
CanbiZ (MickLesk)
2026-06-18 09:20:03 +02:00
committed by GitHub
parent dcb4819a77
commit 6ebb4ea578
+3 -2
View File
@@ -16,11 +16,12 @@ update_os
msg_info "Installing Dependencies"
$STD apt install -y \
build-essential \
python3-dev \
python3-setuptools \
pkg-config
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.11" setup_uv
export npm_config_python="$HOME/.local/share/uv/python/cpython-3.11-linux-x86_64-gnu/bin/python3.11"
NODE_VERSION="24" setup_nodejs
msg_info "Installing FlowiseAI (Patience)"