美文网首页
Mac 安装pip/pandas/pymysql

Mac 安装pip/pandas/pymysql

作者: i娟儿 | 来源:发表于2021-09-15 14:12 被阅读0次

    pip是常用的python包管理工具,curl安装方式:
    命令:curl https://bootstrap.pypa.io/get-pip.py | python3

    image.png

    pandas是python的扩展程序库,用于数据分析

    pip3 install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=100

    image.png

    pymysql

    pip3 install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple

    image.png

    相关文章

      网友评论

          本文标题:Mac 安装pip/pandas/pymysql

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