Skip to content

Commit 5f1fd65

Browse files
authored
Merge pull request #155 from chirizxc/patch-1
remove extra `>` and add `uv`
2 parents 1ad24e2 + 3b05265 commit 5f1fd65

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,30 @@ You can find full documentation here - [PSQLPy documentation](https://psqlpy-pyt
1515

1616
## Installation
1717

18-
You can install package with `pip` or `poetry`.
18+
You can install package with `pip`, `poetry` or `uv`.
1919

2020
poetry:
2121

2222
```bash
23-
> poetry add psqlpy
23+
poetry add psqlpy
2424
```
2525

2626
pip:
2727

2828
```bash
29-
> pip install psqlpy
29+
pip install psqlpy
30+
```
31+
32+
uv:
33+
34+
```bash
35+
uv add psqlpy
3036
```
3137

3238
Or you can build it by yourself. To do it, install stable rust and [maturin](https://github.com/PyO3/maturin).
3339

3440
```
35-
> maturin develop --release
41+
maturin develop --release
3642
```
3743

3844
## Usage

0 commit comments

Comments
 (0)