Skip to content

Commit 7722a37

Browse files
committed
Update README
1 parent 0a51ad7 commit 7722a37

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,15 @@ Alternatively, you can set up Tusk Drift manually:
9090
1. Install the SDK:
9191

9292
```bash
93+
# Use Rust bindings for better performance
94+
pip install tusk-drift-python-sdk[rust]
95+
96+
# Fallback if no platform-compatible wheel
9397
pip install tusk-drift-python-sdk
9498
```
9599

100+
*For more information about Rust acceleration, refer to [this doc](docs/rust-core-bindings).*
101+
96102
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).
97103

98104
3. Initialize the SDK: Refer to the [initialization guide](docs/initialization.md) to instrument the SDK in your service.

0 commit comments

Comments
 (0)