Skip to content

Commit a3e99d0

Browse files
committed
docs: Update pytest plugin installation command to match quickstart format
1 parent d637cd1 commit a3e99d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pytest-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Looking for more flexibility, correctness, or power? Need different defaults? [C
2222
Install `libvcs` using your preferred Python package manager:
2323

2424
```console
25-
$ pip install libvcs
25+
$ python -m pip install libvcs
2626
```
2727

2828
Pytest will automatically detect the plugin, and its fixtures will be available.

0 commit comments

Comments
 (0)