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 6404ac8 commit 75aaa19Copy full SHA for 75aaa19
README.md
@@ -13,7 +13,7 @@ pip3 install pinecone-client
13
Or the gRPC version of the client for [tuning performance](https://docs.pinecone.io/docs/performance-tuning)
14
15
```shell
16
-pip3 install -U "pinecone-client[grpc]"
+pip3 install "pinecone-client[grpc]"
17
```
18
19
Or the latest development version:
0 commit comments