documented installation via pip (#620)

This commit is contained in:
Adam Žurek
2021-11-28 17:20:02 +01:00
committed by GitHub
parent d7a849930c
commit 5f98cef769

View File

@@ -10,6 +10,11 @@ You can generate models with `datamodel_code_generator.generate` into a temporar
And, you can read files from the directory.
### Installation
```sh
pip install "datamodel-code-generator[http]"
```
### Example
```python
from pathlib import Path