Python中对已经安装的第三方库进行更新,使之升级到最新版本的pip指令是?( )
pip install <第三方库名>
pip install-U<第三方库名>
pip download <第三方库名>
pip search<第三方库名>