Skip to content

Commit 7c2ead4

Browse files
authored
Update README.md
adding comments on the changes to the model
1 parent 03763c5 commit 7c2ead4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ git clone https://github.com/<your github>/reproschema-py.git
1919
cd reproschema-py
2020
pip install -e .
2121
```
22+
#### Notes on the reproschema model
23+
This repository uses the `pydantic` representation of the `reproschema` model, defined in [model.py](https://github.com/ReproNim/reproschema-py/blob/main/reproschema/models/model.py).
24+
The `pydantic` model is automatically generated from the LinkML model maintained in the [ReproNim/reproschema repository](https://github.com/ReproNim/reproschema).
25+
**All changes to the model should be made in the LinkML source in that repository.**
26+
2227
#### Style
2328
This repo uses pre-commit to check styling.
2429
- Install pre-commit with pip: `pip install pre-commit`

0 commit comments

Comments
 (0)