From 003ef3d4586ac1dbfeb573275d96dd5f4da34915 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 23 Mar 2025 00:32:12 -0700 Subject: [PATCH] suggest to use uv to run the generate client command --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index bbb73cb447..ecf7e06471 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -80,7 +80,7 @@ But it would be only to clean them up, leaving them won't really have any effect * From the top level project directory, run the script: ```bash -./scripts/generate-client.sh +VIRTUAL_ENV=./backend/.venv uv run bash scripts/generate-client.sh ``` * Commit the changes.