用豆瓣加速安装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