diff --git a/frontend/README.md b/frontend/README.md index bbb73cb447..f2b499d7c6 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -76,13 +76,20 @@ But it would be only to clean them up, leaving them won't really have any effect ### Automatically -* Activate the backend virtual environment. +* [Activate](../backend/README.md#general-workflow) the backend virtual environment. * From the top level project directory, run the script: ```bash -./scripts/generate-client.sh +bash ./scripts/generate-client.sh ``` +> [!TIP] +> Alternatively, to ensure the virtual environment is used even if it’s not activated, run: +> +> ```bash +> VIRTUAL_ENV=./backend/.venv uv run bash scripts/generate-client.sh +> ``` + * Commit the changes. ### Manually