Skip to content

Commit 3f9918c

Browse files
authored
docs: remove framework support installation instructions from README (#25)
1 parent 435dec2 commit 3f9918c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@ After completing the CLI wizard, install the SDK:
6969
pip install tusk-drift-python-sdk
7070
```
7171

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-
8572
### Step 3: Initialize the SDK for your service
8673

8774
Refer to our [initialization guide](docs/initialization.md) to set up the SDK for your service.

0 commit comments

Comments
 (0)