Skip to content

Commit c05a224

Browse files
docs: fix update command to install packages using uv & update port … (#260)
…to default port used in tests --------- Co-authored-by: Averi Kitsch <[email protected]>
1 parent 01549d4 commit c05a224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source .venv/bin/activate
1313

1414
Install package in editable mode.
1515
```shell
16-
poetry install --with dev,test,lint
16+
uv sync --group test
1717
```
1818

1919
Start PostgreSQL/PGVector.
@@ -28,5 +28,6 @@ docker run --rm -it --name pgvector-container \
2828

2929
Invoke test cases.
3030
```shell
31+
export POSTGRES_PORT=6024
3132
pytest -vvv
3233
```

0 commit comments

Comments
 (0)