You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,15 @@ Alternatively, you can set up Tusk Drift manually:
90
90
1. Install the SDK:
91
91
92
92
```bash
93
+
# Use Rust bindings for better performance
94
+
pip install tusk-drift-python-sdk[rust]
95
+
96
+
# Fallback if no platform-compatible wheel
93
97
pip install tusk-drift-python-sdk
94
98
```
95
99
100
+
*For more information about Rust acceleration, refer to [this doc](docs/rust-core-bindings).*
101
+
96
102
2. Create configuration: Run `tusk init` to create your `.tusk/config.yaml` config file interactively, or create it manually per the [configuration docs](https://github.com/Use-Tusk/tusk-drift-cli/blob/main/docs/configuration.md).
97
103
98
104
3. Initialize the SDK: Refer to the [initialization guide](docs/initialization.md) to instrument the SDK in your service.
0 commit comments