From e4879b8466d94d162cf27e1a6f94523663932f65 Mon Sep 17 00:00:00 2001 From: Gareth Date: Tue, 8 Apr 2025 14:58:36 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60b7b3aec..abaf4a00a 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ pip3 install "pinecone[asyncio,grpc]" ```shell # Install the latest version -uv install pinecone +uv add pinecone # Install the latest version, optional dependencies -uv install "pinecone[asyncio,grpc]" +uv add "pinecone[asyncio,grpc]" ``` #### Installing with [poetry](https://python-poetry.org/)