Skip to content

Commit defb1a2

Browse files
authored
Update README.md
1 parent 1318b49 commit defb1a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python-pydantic/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Supporting code for the Real Python tutorial [Pydantic: Simplifying Data Validation in Python](https://realpython.com/pydantic-simplifying-data-validation-in-python/).
44

5-
To run the code in this tutorial, installed Pydantic with it's `email` dependency:
5+
To run the code in this tutorial, install Pydantic with its `email` dependency:
66

77
```console
88
(venv) $ python -m pip install pydantic[email]
99
```
1010

11-
Pydantic has a separate package for [setting management](https://docs.pydantic.dev/latest/concepts/pydantic_settings/), which you'll also cover in this tutorial. To install this, run the following command:
11+
Pydantic has a separate package for [settings management](https://docs.pydantic.dev/latest/concepts/pydantic_settings/), which you'll also cover in this tutorial. To install this, run the following command:
1212

1313
```console
1414
(venv) $ python -m pip install pydantic-settings
15-
```
15+
```

0 commit comments

Comments
 (0)