开发者社区> 问答> 正文

python怎么安装模块

python怎么安装模块

展开
收起
云计算小粉 2018-05-10 20:11:03 1598 0
2 条回答
写回答
取消 提交回答
  • pip install 包名

    pip install --upgrade 包名

    2019-11-26 15:12:43
    赞同 展开评论 打赏
  • To install module beyond the standard libraries, use pip command. For example, to install "PySerial" module, type this command:

    $ pip3 install serial

    2019-07-17 22:25:04
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
From Python Scikit-Learn to Sc 立即下载
Data Pre-Processing in Python: 立即下载
双剑合璧-Python和大数据计算平台的结合 立即下载