Skip to content

Commit 0139a7f

Browse files
committed
Document installation with uv in README
1 parent 1d40138 commit 0139a7f

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
@@ -15,10 +15,19 @@ https://github.com/lanpartydb
1515

1616
## Installation
1717

18+
With pip:
19+
1820
```sh
1921
$ pip install lanpartydb
2022
```
2123

24+
Or with [uv](https://docs.astral.sh/uv/):
25+
26+
```sh
27+
$ uv init
28+
$ uv add lanpartydb
29+
```
30+
2231

2332
## Usage
2433

0 commit comments

Comments
 (0)