Skip to content

Commit e22773f

Browse files
author
Gareth
authored
Fix UV command (#474)
## Problem `uv add` instead of `uv install`
1 parent edb9655 commit e22773f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ pip3 install "pinecone[asyncio,grpc]"
4747

4848
```shell
4949
# Install the latest version
50-
uv install pinecone
50+
uv add pinecone
5151

5252
# Install the latest version, optional dependencies
53-
uv install "pinecone[asyncio,grpc]"
53+
uv add "pinecone[asyncio,grpc]"
5454
```
5555

5656
#### Installing with [poetry](https://python-poetry.org/)

0 commit comments

Comments
 (0)