Skip to content

Commit

Permalink
Closes #1525 preinstall packages from requirements.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
yolabingo committed Sep 6, 2024
1 parent fd6d5e5 commit 383ed2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pipx/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ def _add_install(subparsers: argparse._SubParsersAction, shared_parser: argparse
"--preinstall-from-file",
action="append",
help=(
"Path to Requirements File Format file listing optional packages to be installed "
"into the Virtual Environment before installing the main package."
"Absolute path to requirements file listing optional packages to be preinstalled into the "
"Virtual Environment before installing the main package. Use this flag multiple times for multiple files."
),
)

Expand Down

0 comments on commit 383ed2b

Please sign in to comment.