Skip to content

Commit 6e3b358

Browse files
brendawelesacsany
andauthored
Update python-pydantic/README.md
Co-authored-by: Philipp Acsany <[email protected]>
1 parent a858052 commit 6e3b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pydantic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Supporting code for the Real Python tutorial [Pydantic: Simplifying Data Validat
55
To run the code in this tutorial, install Pydantic with its `email` dependency:
66

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

1111
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:

0 commit comments

Comments
 (0)