We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb9655 commit e22773fCopy full SHA for e22773f
README.md
@@ -47,10 +47,10 @@ pip3 install "pinecone[asyncio,grpc]"
47
48
```shell
49
# Install the latest version
50
-uv install pinecone
+uv add pinecone
51
52
# Install the latest version, optional dependencies
53
-uv install "pinecone[asyncio,grpc]"
+uv add "pinecone[asyncio,grpc]"
54
```
55
56
#### Installing with [poetry](https://python-poetry.org/)
0 commit comments