diff --git a/README.md b/README.md index 526d75f..80b7a30 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,16 @@ The library can be used to validate your .yaml data contract against Open Data C ### Installation +Install it from PyPi ``` pip install -U datamesh ``` +Install latest nightly builds from git +``` +pip install git+https://github.com/georgegach/DataMesh.git +``` + ### Usage ```bash data-contract-validation