We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac7339 commit 575612cCopy full SHA for 575612c
README.md
@@ -26,7 +26,7 @@ cd cadence-python-client
26
```bash
27
# macOS
28
brew install protobuf@29
29
-
+
30
# Linux/Other
31
# Install protobuf 29.x via your package manager
32
```
@@ -35,7 +35,7 @@ cd cadence-python-client
35
36
37
brew install uv
38
39
40
curl -LsSf https://astral.sh/uv/install.sh | sh
41
source $HOME/.local/bin/env # Add to your shell profile for persistence
@@ -59,6 +59,7 @@ cd cadence-python-client
59
Run the generation script:
60
61
# Using uv (recommended)
62
+uv sync --extra dev
63
uv run python scripts/generate_proto.py
64
65
# Or using traditional Python
0 commit comments