From ff1923141671d892c13c9b15abf37bbac57ad50d Mon Sep 17 00:00:00 2001 From: abin Date: Thu, 12 Mar 2026 04:16:21 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bda1f34..5b7fcdf 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ source .venv/bin/activate # On Windows: .venv\Scripts\activate # Install dependencies uv pip install -r requirements.txt + +# Install dependencies of cluster4npu, get into cluster4npu folder +pip install -r env.txt ``` ### Requirements @@ -234,6 +237,7 @@ python tests/test_integration.py ``` cluster4npu_ui/ ├── main.py # Application entry point +├── env.txt # requirement packages list ├── config/ # Configuration and theming ├── core/ # Core processing engine │ ├── functions/ # Inference and hardware abstraction