pip 命令增删改查
pip list 查看了你当前安装了多少依赖包
pip install 包 #安装你想要的包,例如 pip install selenium
pip uninstall 包 #卸载你要安装的包