Skip to content

Commit

Permalink
Update README.md (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove authored Dec 1, 2024
1 parent 32aab29 commit a183b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If install fail ([Issue 1455](https://github.com/astral-sh/uv/issues/1455)) try
```bash
git clone https://github.com/instrumenta/openapi2jsonschema
cd openapi2jsonschema
sed -i s/'pyyaml = "^5.1"'/'pyyaml = ">=6.0"'/g pyproject.toml
sed -i .bk s/'pyyaml = "^5.1"'/'pyyaml = ">=6.0"'/g pyproject.toml
uv tool install --python python3.9 .
```

Expand Down

0 comments on commit a183b81

Please sign in to comment.