Mac 安装pip/pandas/pymysql

2021-09-15  本文已影响0人  i娟儿

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
上一篇 下一篇

猜你喜欢

热点阅读