Skip to content

Commit 84e5807

Browse files
committed
[docs] Install with uv
1 parent 3baf087 commit 84e5807

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ $ .venv/bin/flake8 -h
2424
Installed plugins: flake8-kotoha: 0.1.0, ...
2525
```
2626

27+
uv
28+
29+
```sh
30+
$ uv tool install flake8 --with flake8-kotoha
31+
$ flake8 -h
32+
...
33+
Installed plugins: flake8-kotoha: 0.1.0, ...
34+
```
35+
2736
## Usage
2837

2938
```python

0 commit comments

Comments
 (0)