From fe488c206856dbc2cf8dce901a664ab74d88f7f6 Mon Sep 17 00:00:00 2001 From: alexhegit <31022192+alexhegit@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:59:20 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e5198..1362571 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ To get started, clone the repository and install the required dependencies: ```bash git clone https://github.com/AMDResearch/Ryzers -pip install Ryzers/ +cd Ryzers/ + +# Recomment to use uv to setup th venv , https://docs.astral.sh/uv/getting-started/installation/ +uv venv --python 3.12 +uv pip install -e . ``` For detailed installation instructions and requirements, refer to the [included documentation](https://amdresearch.github.io/Ryzers/installation.html).