-
Notifications
You must be signed in to change notification settings - Fork 340
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
Suppress verbose pip install #897
base: main
Are you sure you want to change the base?
Conversation
With how this is implemented currently, this would be a breaking change. Do we want to have the |
Since it's not too much of a pain to support both, might not be worth introducing breaking change. I will update to support side by side 👍🏼 |
Changed:
--quiet/-q
flag with--verbose/-v
flag during install. Not supplying--verbose
implies a quiet install (default behavior)