From d8966f3be3aaa2c705c1195f7099d37f448c4844 Mon Sep 17 00:00:00 2001 From: Bam4d Date: Wed, 13 Dec 2023 12:21:45 -0600 Subject: [PATCH] making it clearer that you can install from pip/pypi --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b09fc15..73ad318 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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