File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,25 @@ For more information, see the docs at https://www.pinecone.io/docs/
77
88Install 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
1319Or the latest development version:
1420``` shell
15- pip install git+https://git@github.com/pinecone-io/pinecone-python-client.git
21+ pip3 install git+https://git@github.com/pinecone-io/pinecone-python-client.git
1622```
1723
1824Or a specific development version:
1925``` shell
20- pip install git+https://git@github.com/pinecone-io/pinecone-python-client.git
21- pip install git+https://git@github.com/pinecone-io/pinecone-python-client.git@example-branch-name
22- pip install git+https://git@github.com/pinecone-io/pinecone-python-client.git@259deff
26+ pip3 install git+https://git@github.com/pinecone-io/pinecone-python-client.git
27+ pip3 install git+https://git@github.com/pinecone-io/pinecone-python-client.git@example-branch-name
28+ pip3 install git+https://git@github.com/pinecone-io/pinecone-python-client.git@259deff
2329```
2430
2531## Creating an index
You can’t perform that action at this time.
0 commit comments