Fix --target parameter for pip install

This commit is contained in:
Bruno Oliveira 2015-09-07 14:13:41 -03:00
parent 5a1c679f78
commit b6f876e721
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ package, please see [this issue](https://github.com/pytest-dev/pytest/issues/944
To update the current version, execute:
```
$ pip install pluggy==<version> --no-compile --target-dir=_pytest/vendored_packages
$ pip install pluggy==<version> --no-compile --target=_pytest/vendored_packages
```
And commit the modified files. The `pluggy-<version>.dist-info` directory
created by `pip` should be ignored.
created by `pip` should be ignored.