Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 47ab735

Browse files
committed
fix broken indentation
1 parent dbf78f5 commit 47ab735

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

docs/index.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,21 @@ This package supports the following platforms:
2929
To install the `flet-datatable2` package and add it to your project dependencies:
3030

3131
=== "uv"
32-
33-
```bash
34-
uv add flet-datatable2
35-
```
32+
```bash
33+
uv add flet-datatable2
34+
```
3635

3736
=== "pip"
38-
39-
```bash
40-
pip install flet-datatable2
41-
```
42-
43-
You will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
37+
```bash
38+
pip install flet-datatable2 # (1)!
39+
```
4440

4541
=== "poetry"
42+
```bash
43+
poetry add flet-datatable2
44+
```
4645

47-
```bash
48-
poetry add flet-datatable2
49-
```
46+
1. After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
5047

5148
## Examples
5249

0 commit comments

Comments
 (0)