Skip to content

Commit 9352d4e

Browse files
committed
Added link to acrtivate docs, restored the default command
1 parent 1924b25 commit 9352d4e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

frontend/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,15 @@ But it would be only to clean them up, leaving them won't really have any effect
7676

7777
### Automatically
7878

79-
* Activate the backend virtual environment.
79+
* [Activate](../backend/README.md#general-workflow) the backend virtual environment.
8080
* From the top level project directory, run the script:
8181

82+
```bash
83+
bash ./scripts/generate-client.sh
84+
```
85+
86+
**Alternatively**, to ensure the virtual environment is used even if it’s not activated, run:
87+
8288
```bash
8389
VIRTUAL_ENV=./backend/.venv uv run bash scripts/generate-client.sh
8490
```

0 commit comments

Comments
 (0)