Skip to content

Commit

Permalink
making it clearer that you can install from pip/pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Dec 13, 2023
1 parent 7525688 commit d8966f3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ This client is inspired from [cohere-python](https://github.com/cohere-ai/cohere

You can use the Mistral Python client to interact with the Mistral AI API.

## Installing

```bash
pip install mistralai
```

### From Source

This client uses `poetry` as a dependency and virtual environment manager.

You can install poetry with
Expand All @@ -12,8 +20,6 @@ You can install poetry with
pip install poetry
```

## Installing

`poetry` will set up a virtual environment and install dependencies with the following command:

```bash
Expand Down

0 comments on commit d8966f3

Please sign in to comment.