-
Video timestamp 19:16:48
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
mrdbourke
Mar 1, 2023
Replies: 1 comment 1 reply
-
Hi @Durga-33, Good question!
And See more here: https://pip.pypa.io/en/stable/cli/pip/#general-options |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Durga-33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Durga-33,
Good question!
-q
stands for "quiet" as in there won't be any outputs when installing the package.And
-U
stands for "update" as in, get the latest version of the package if it's already installed (for example, if package version 1.0.0 is installed but 1.0.2 is available, remove 1.0.0 and install 1.0.2).See more here: https://pip.pypa.io/en/stable/cli/pip/#general-options