Skip to content

Commit e6988aa

Browse files
committed
Adjust readme
1 parent 2650576 commit e6988aa

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ The official Pinecone python package has been renamed from `pinecone-client` to
44
**remove** `pinecone-client` from your project dependencies and then **add** the `pinecone` package to get the
55
latest updates.
66

7-
> [!WARNING]
8-
> Failure to remove `pinecone-client` before installing `pinecone` can lead to confusing interactions
9-
> between the two packages.
7+
8+
**WARNING:** Failure to remove `pinecone-client` before installing `pinecone` can lead to confusing interactions
9+
between the two packages.
10+
11+
## Upgrade steps
1012

1113
```sh
1214
pip uninstall pinecone-client
@@ -20,6 +22,8 @@ pip uninstall pinecone-client
2022
pip install "pinecone[grpc]"
2123
```
2224

25+
For info on code changes that may impact you, see [Release Notes](https://github.com/pinecone-io/pinecone-python-client/releases) and [Upgrading](https://github.com/pinecone-io/pinecone-python-client/blob/main/docs/upgrading.md)
26+
2327
## Links
2428

2529
- `pinecone` on [PyPI](https://pypi.org/project/pinecone/)

0 commit comments

Comments
 (0)