pip 命令的更新包命令,指定源, 卸载包

pip install --upgrade name 更新包

pip uninstall name  卸载包

pip install name -i http://pypi.douban.com/simple/    指定源

原文地址:https://www.cnblogs.com/zijidefengge/p/13670943.html