在Python中显示第三方库的详细信息的pip指令是?( )
pip install <第三方库名>
pip list <第三方库名>
pip show<第三方库名>
pip download <第三方库名>