Skip to content

Commit 026ce3f

Browse files
authored
Add installation instruction to doc (#111)
1 parent 994f4ec commit 026ce3f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
## Installation
3+
4+
Installation is as simple as:
5+
6+
```bash
7+
pip install pydantic-settings
8+
```
9+
10+
## Usage
11+
212
If you create a model that inherits from `BaseSettings`, the model initialiser will attempt to determine
313
the values of any fields not passed as keyword arguments by reading from the environment. (Default values
414
will still be used if the matching environment variable is not set.)

0 commit comments

Comments
 (0)