pip是常用的python包管理工具,curl安装方式:
命令:curl https://bootstrap.pypa.io/get-pip.py | python3
pandas是python的扩展程序库,用于数据分析
pip3 install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=100
pymysql
pip3 install pymysql -i https://pypi.tuna.tsinghua.edu.cn/simple
网友评论