From 80a2d1eaad05c180cc74be8eeebbeeffcfe16660 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:47:55 +0000 Subject: [PATCH] Address code review feedback - remove unused venv and clarify README Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com> --- README.md | 4 +--- install.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 69032de..a39e2d2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ information and on the subpages, you can see the individual content that was sho HBMonv2 is tested on Debian v10, v11, v12 & v13 **Note for Debian 12+/Ubuntu 23.04+**: The install.sh script has been updated to handle -PEP 668 externally-managed-environment restrictions. If you encounter any pip installation -errors, the script automatically uses the --break-system-packages flag. For a cleaner -installation, consider using a Python virtual environment. +PEP 668 externally-managed-environment restrictions using the --break-system-packages flag. This version of HBMonv2 requires a web server like apache2, lighttpd and php support running on the server. diff --git a/install.sh b/install.sh index a0b4d9f..abc2fc1 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,6 @@ # Install the required support programs apt-get update -apt-get install python3 python3-pip python3-dev python3-venv libffi-dev libssl-dev cargo sed -y +apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y pip3 install --upgrade setuptools wheel --break-system-packages pip3 install -r requirements.txt --break-system-packages