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 d9fc008 commit 8b457f2Copy full SHA for 8b457f2
README.md
@@ -5,6 +5,19 @@ For more information, see the docs at https://www.pinecone.io/docs/
5
6
## Installation
7
8
+Install a released version from pip:
9
+```shell
10
+pip install pinecone-client
11
+```
12
+
13
+Or the latest development version:
14
15
+pip install git+https://git@github.com/pinecone-io/pinecone-python-client.git
16
17
18
+Or a specific development version:
19
```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
23
```
0 commit comments