Skip to content

Commit 6404ac8

Browse files
author
Gareth
authored
Add gRPC client to readme
1 parent a75ea93 commit 6404ac8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,25 @@ For more information, see the docs at https://www.pinecone.io/docs/
77

88
Install a released version from pip:
99
```shell
10-
pip install pinecone-client
10+
pip3 install pinecone-client
11+
```
12+
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]"
1117
```
1218

1319
Or the latest development version:
1420
```shell
15-
pip install git+https://[email protected]/pinecone-io/pinecone-python-client.git
21+
pip3 install git+https://[email protected]/pinecone-io/pinecone-python-client.git
1622
```
1723

1824
Or a specific development version:
1925
```shell
20-
pip install git+https://[email protected]/pinecone-io/pinecone-python-client.git
21-
pip install git+https://[email protected]/pinecone-io/pinecone-python-client.git@example-branch-name
22-
pip install git+https://[email protected]/pinecone-io/pinecone-python-client.git@259deff
26+
pip3 install git+https://[email protected]/pinecone-io/pinecone-python-client.git
27+
pip3 install git+https://[email protected]/pinecone-io/pinecone-python-client.git@example-branch-name
28+
pip3 install git+https://[email protected]/pinecone-io/pinecone-python-client.git@259deff
2329
```
2430

2531
## Creating an index

0 commit comments

Comments
 (0)