We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435dec2 commit 3f9918cCopy full SHA for 3f9918c
README.md
@@ -69,19 +69,6 @@ After completing the CLI wizard, install the SDK:
69
pip install tusk-drift-python-sdk
70
```
71
72
-#### With Framework Support
73
-
74
-```bash
75
-# With Flask support
76
-pip install tusk-drift-python-sdk[flask]
77
78
-# With FastAPI support
79
-pip install tusk-drift-python-sdk[fastapi]
80
81
-# With Django support
82
-pip install tusk-drift-python-sdk[django]
83
-```
84
85
### Step 3: Initialize the SDK for your service
86
87
Refer to our [initialization guide](docs/initialization.md) to set up the SDK for your service.
0 commit comments