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

Commit f726324

Browse files
committed
fix broken indentation
1 parent 3553980 commit f726324

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
@@ -28,24 +28,21 @@ This package supports the following platforms:
2828
To install the `flet-flashlight` package and add it to your project dependencies:
2929

3030
=== "uv"
31-
32-
```bash
33-
uv add flet-flashlight
34-
```
31+
```bash
32+
uv add flet-flashlight
33+
```
3534

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

4440
=== "poetry"
41+
```bash
42+
poetry add flet-flashlight
43+
```
4544

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

5047
## Example
5148

0 commit comments

Comments
 (0)