Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correction Poetry installation Scripts
  • Loading branch information
GameSetAndMatch committed Mar 13, 2024
1 parent 8f2c370 commit 5661f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ pip3 install "pinecone-client[grpc]"==3.0.0

```shell
# Install the latest version
poetry add pinecone
poetry add pinecone-client

# Install the latest version, with grpc extras
poetry add pinecone --extras grpc
poetry add pinecone-client --extras grpc

# Install a specific version
poetry add pinecone-client==3.0.0
Expand Down

1 comment on commit 5661f9d

@GameSetAndMatch
Copy link
Contributor Author

@GameSetAndMatch GameSetAndMatch commented on 5661f9d Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As described in this issue I created here: #322

Please sign in to comment.