I'm reading a code that uses pip install -qq <package>
to install python packages.
I know what is pip and what pip install
does. But I don't know what is that -qq
and when should I use it.
I googled it and searched it on SO but didn't find anything. Will be glad if you can help me understand this.