Skip to content

Commit 8b457f2

Browse files
committed
Update readme install examples
1 parent d9fc008 commit 8b457f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ For more information, see the docs at https://www.pinecone.io/docs/
55

66
## Installation
77

8+
Install a released version from pip:
9+
```shell
10+
pip install pinecone-client
11+
```
12+
13+
Or the latest development version:
14+
```shell
15+
pip install git+https://[email protected]/pinecone-io/pinecone-python-client.git
16+
```
17+
18+
Or a specific development version:
819
```shell
920
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
1023
```

0 commit comments

Comments
 (0)