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

Commit c490cb0

Browse files
committed
fix broken indentation
1 parent 33c8c98 commit c490cb0

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

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-webview` package and add it to your project dependencies:
3030

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

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

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

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

5148
## Example
5249

0 commit comments

Comments
 (0)