用豆瓣加速安装pandas、numpy、matplotlib(画图)

安装pandas、numpy会同时被安装

#pthony2.x,用豆瓣加速安装pandas
pip install -i https://pypi.doubanio.com/simple/ pandas

#普通安装
pip install pandas

 matplotlib(画图)安装

pip install matplotlib

Python3.x安装

#python3.x以上:用豆瓣加速安装pandas
pip3 install -i https://pypi.doubanio.com/simple/ pandas

 

posted @ 2019-08-16 14:26  晨光曦微  阅读(1521)  评论(0编辑  收藏  举报