#显示模块pip list
#显示过期模块pip list --outdated
#安装模块pip install xxx#升级模块pip install --upgrade xxx
转载于:https://www.cnblogs.com/xielisen/p/6730669.html