Skip to content

Commit

Permalink
Use versions of dependencies known to work
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonf committed Jul 29, 2023
1 parent 35f6b40 commit 1bf543b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-data-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ You'll need [Python 3.7](https://www.python.org/downloads/) or later.
You'll also need the [requests](https://pypi.org/project/requests/) and [jsonschema](https://pypi.org/project/jsonschema/) Python packages. Note that `jsonschema` depends on [format checkers](https://python-jsonschema.readthedocs.io/en/stable/validate/#validating-formats). You can install the format checkers with `jsonschema` by using the following commands:

```sh
pip install requests
pip install "jsonschema[format]"
pip install -r requirements.txt
```

> If you have both Python 2 and Python 3, your Python 3 command may be called `python3` and your Python 3 package installer command may be called `pip3`. Please use the appropriate Python 3 commands for your system.
Expand Down

0 comments on commit 1bf543b

Please sign in to comment.