We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994f4ec commit 026ce3fCopy full SHA for 026ce3f
docs/index.md
@@ -1,4 +1,14 @@
1
2
+## Installation
3
+
4
+Installation is as simple as:
5
6
+```bash
7
+pip install pydantic-settings
8
+```
9
10
+## Usage
11
12
If you create a model that inherits from `BaseSettings`, the model initialiser will attempt to determine
13
the values of any fields not passed as keyword arguments by reading from the environment. (Default values
14
will still be used if the matching environment variable is not set.)
0 commit comments