Skip to content

Section 3_pytorch_computer_vision_video -- What is use of -q and -U during installation of a package? #289

Answered by mrdbourke
Durga-33 asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Durga-33
Comment options

Answer selected by Durga-33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants