Skip to content

Commit 759ff33

Browse files
Update Readme
1 parent b543e38 commit 759ff33

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

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

3-
This client uses poetry as a depedency and virtual environment manager.
3+
This client uses `poetry` as a dependency and virtual environment manager.
44

5-
you can install poetry with@
5+
You can install poetry with
66

77
```bash
88
pip install poetry
99
```
1010

1111
## Installing
1212

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

1515
```bash
1616
poetry install
@@ -24,7 +24,7 @@ You can run the examples using `poetry run` or by entering the virtual environme
2424

2525
```bash
2626
cd examples
27-
poetry run python async_chat.py
27+
poetry run python chat_no_streaming.py
2828
```
2929

3030
### Using poetry shell
@@ -33,5 +33,5 @@ poetry run python async_chat.py
3333
cd examples
3434
poetry shell
3535

36-
>> python async_chat.py
36+
>> python chat_no_streaming.py
3737
```

0 commit comments

Comments
 (0)