Skip to content

Commit 228ba00

Browse files
Chris1221claude
andcommitted
docs: note minimum pip version requirement in README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 396bfb0 commit 228ba00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ pip install yamldoc
1414

1515
This will install the python package, which contains a command line interface `yamldoc`. To see usage instructions, invoke the `--help` flag:
1616

17+
> **Note:** pip >= 23.0 is required. If you see the package install as `UNKNOWN`, upgrade pip first: `pip install --upgrade pip`
18+
1719
```sh
1820
yamldoc -h
1921
```

0 commit comments

Comments
 (0)