pip list 查看python所有的安装软件
pip uninstall 卸载
pip3 install 安装
pip install
pip -V 查看pip版本
pip install --upgrade pip 对pip升级