Skip to content

Commit 75aaa19

Browse files
author
Gareth
authored
remove -u for consistency
1 parent 6404ac8 commit 75aaa19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pip3 install pinecone-client
1313
Or the gRPC version of the client for [tuning performance](https://docs.pinecone.io/docs/performance-tuning)
1414

1515
```shell
16-
pip3 install -U "pinecone-client[grpc]"
16+
pip3 install "pinecone-client[grpc]"
1717
```
1818

1919
Or the latest development version:

0 commit comments

Comments
 (0)