Skip to content

Commit b6f876e

Browse files
committed
Fix --target parameter for pip install
1 parent 5a1c679 commit b6f876e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_pytest/vendored_packages/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package, please see [this issue](https://github.com/pytest-dev/pytest/issues/944
66
To update the current version, execute:
77

88
```
9-
$ pip install pluggy==<version> --no-compile --target-dir=_pytest/vendored_packages
9+
$ pip install pluggy==<version> --no-compile --target=_pytest/vendored_packages
1010
```
1111

1212
And commit the modified files. The `pluggy-<version>.dist-info` directory
13-
created by `pip` should be ignored.
13+
created by `pip` should be ignored.

0 commit comments

Comments
 (0)