Skip to content

Commit

Permalink
Merge pull request #10 from mistralai/bam4d/pip
Browse files Browse the repository at this point in the history
making it clearer that you can install from pip/pypi
  • Loading branch information
Bam4d authored Dec 13, 2023
2 parents e35d2fe + d8966f3 commit be8bfb5
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 be8bfb5

Please sign in to comment.