-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow 'pipx install' to preinstall from requirements.txt files #1525
Comments
PR #1536 provides this feature by adding a new option
@uranusjr suggested another approach
Soliciting for any other suggestions on how best to proceed. I agree that extending the functionality of
I will gladly defer to the pipx maintainers on what you want this to look like and submit a PR adhering to your suggestions. Thanks for your ongoing efforts. Pipx is awesome. |
How would this feature be useful?
Allows package maintainers and installers to pin specific versions of dependencies.
Describe the solution you'd like
pipx install --preinstall-from-file requirements.txt mypkg-0.1.2-py3-none-any.whl
or something like that
Describe alternatives you've considered
Trying to specify many packages individually using
pipx install --preinstall kubernetes==28.1.0 [--preinstall xxx==v]
exceeds command line length limit for packages with many dependencies.
The text was updated successfully, but these errors were encountered: