Skip to content

Commit 4e181b3

Browse files
Update Readme
1 parent 759ff33 commit 4e181b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mistral Python Client
22

3+
You can use the Mistral Python client to interact with the Mistral AI API.
4+
35
This client uses `poetry` as a dependency and virtual environment manager.
46

57
You can install poetry with
@@ -18,7 +20,7 @@ poetry install
1820

1921
## Run examples
2022

21-
You can run the examples using `poetry run` or by entering the virtual environment using `poetry shell`.
23+
You can run the examples in the `examples/` directory using `poetry run` or by entering the virtual environment using `poetry shell`.
2224

2325
### Using poetry run
2426

0 commit comments

Comments
 (0)