pipx
pipx copied to clipboard
Add `--preinstall` option to `pipx run`
How would this feature be useful?
If the script provided doesn't have embedded metadata as defined in PEP 723, users may need to manually install dependencies before running it successfully.
Describe the solution you'd like
Add --preinstall option to pipx run.
Describe alternatives you've considered
Manually modifying the virtual environment, but that's inconvenient to users.