From d755240bf12efeef86eb49684a72c5ecfdaaf8e9 Mon Sep 17 00:00:00 2001 From: higkoo Date: Fri, 22 May 2026 18:50:54 +0800 Subject: [PATCH] Add flask_cors to installation instructions Need flask_cors to Start hw service --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e9292..4cd8245 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The optional `hw-metrics.py` script provides system metrics via a simple HTTP en ```bash # Install dependencies -pip install flask psutil +pip install flask psutil flask_cors # For NVIDIA GPU metrics (optional) pip install gputil