We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ff33 commit 4e181b3Copy full SHA for 4e181b3
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# Mistral Python Client
2
3
+You can use the Mistral Python client to interact with the Mistral AI API.
4
+
5
This client uses `poetry` as a dependency and virtual environment manager.
6
7
You can install poetry with
@@ -18,7 +20,7 @@ poetry install
18
20
19
21
## Run examples
22
-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`.
24
25
### Using poetry run
26
0 commit comments