Skip to content

Commit 9f4742c

Browse files
authored
add uv to pip install
1 parent 3e62c6b commit 9f4742c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The project leverages Instructor and Pydantic to generate models dynamically bas
77

88
## Installation
99
```bash
10-
pip install dynamic-pydantic
10+
uv pip install dynamic-pydantic
1111
```
1212

1313
## Contributing
@@ -36,4 +36,4 @@ print(f'{genModel.schema_json()}')
3636
## License
3737
This project is licensed under the terms of the MIT license.
3838

39-
For more details, refer to the LICENSE file in the repository.
39+
For more details, refer to the LICENSE file in the repository.

0 commit comments

Comments
 (0)