pip install
https://pip.pypa.io/en/stable/cli/pip_install/
#pip
-q
(
--quite
)は重ねられる
Give less output. Option is additive, and can be used up to 3 times (corresponding to WARNING, ERROR, and CRITICAL logging levels).(ヘルプメッセージより)
実装:
https://github.com/pypa/pip/blob/24.0/src/pip/_internal/commands/install.py