美文网首页
【Python】安装Python包的工具-pip

【Python】安装Python包的工具-pip

作者: Natsuka | 来源:发表于2018-08-22 13:07 被阅读16次

安装Python包的工具-pip

  • python3.4之后直接自带pip安装
  • pip需要在cmd中运行,打开cmd直接写代码,不需要进入python
  • 查看已经安装的包 pip list
  • 安装 pip install +包的名字
  • 卸载 pip uninstall +包的名字

相关文章

网友评论

      本文标题:【Python】安装Python包的工具-pip

      本文链接:https://www.haomeiwen.com/subject/pnneiftx.html