bash
Copy
pip
install
--upgrade
$(
pip
list
--outdated
|
awk
'{if(NR>2)print $1}'
)