mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
documented installation via pip (#620)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user