From ca869dec9f271183087ff75a05a5e65b9399c3e9 Mon Sep 17 00:00:00 2001 From: binary-husky <96192199+binary-husky@users.noreply.github.com> Date: Tue, 26 May 2026 11:04:29 +0800 Subject: [PATCH] Update README with uv setup instructions Add setup instructions for uv. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7877fdd32a28f1..bb3eaa00251437 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,14 @@ pip install -r requirements.txt pip install -e . ``` +> **uv set up** (GPU required): +> ```bash +uv venv --python=3.10 +source ./.venv/bin/activate +uv pip install -r requirements.txt +uv pip install -e . +> ``` + > **Docker Quick-Start** (GPU required): > ```bash > # 1. Build image & launch dev container