1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

changed the description of --install_options, since the option is now deprecated

This commit is contained in:
Oliver Freund 2022-10-28 22:59:12 -05:00
parent d6e333fb63
commit bfaebd96b9
2 changed files with 3 additions and 5 deletions

1
news/10265.bugfix.rst Normal file
View file

@ -0,0 +1 @@
Fixed the description of the option "--install-options" in the documentation

View file

@ -825,11 +825,8 @@ install_options: Callable[..., Option] = partial(
dest="install_options",
action="append",
metavar="options",
help="Extra arguments to be supplied to the setup.py install "
'command (use like --install-option="--install-scripts=/usr/local/'
'bin"). Use multiple --install-option options to pass multiple '
"options to setup.py install. If you are using an option with a "
"directory path, be sure to use absolute path.",
help="This option is deprecated. Using this option with location-changing options may cause unexpected behavior. "
"Use pip-level options like --user, --prefix, --root, and --target",
)
build_options: Callable[..., Option] = partial(