Skip to content

Commit 575612c

Browse files
committed
add instructions in README
1 parent bac7339 commit 575612c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd cadence-python-client
2626
```bash
2727
# macOS
2828
brew install protobuf@29
29-
29+
3030
# Linux/Other
3131
# Install protobuf 29.x via your package manager
3232
```
@@ -35,7 +35,7 @@ cd cadence-python-client
3535
```bash
3636
# macOS
3737
brew install uv
38-
38+
3939
# Linux/Other
4040
curl -LsSf https://astral.sh/uv/install.sh | sh
4141
source $HOME/.local/bin/env # Add to your shell profile for persistence
@@ -59,6 +59,7 @@ cd cadence-python-client
5959
Run the generation script:
6060
```bash
6161
# Using uv (recommended)
62+
uv sync --extra dev
6263
uv run python scripts/generate_proto.py
6364

6465
# Or using traditional Python

0 commit comments

Comments
 (0)