'what does '-q' means in pip install -q <package name>?

In the below example, I am trying to install gradio package but I have seen -q flag is used in some tutorials to install packages.What does '-q' flag means in pip install -q ?

pip install -q gradio



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source