Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegach authored Jan 5, 2024
1 parent 30e62b4 commit e2e37ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path_to_contract_yaml_file> <optional_path_to_standards_json_schema>
Expand Down

0 comments on commit e2e37ad

Please sign in to comment.