赞
踩
前提:下载安装好 python
win+R
->cmd
(不需要进入 python,直接在终端输入指令执行即可,也可以再 pycharm 终端执行命令)ipython
,需要执行以下命令:
pip install **<包名>**
**pip install <包名> -i <资源网站>**
pip install ipython
指令是去国外网站去下载,去国外网站,访问慢,有时候甚至无法访问清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
以上是几个国内镜像,如果都不行,可以再试试从国外下载:
pip install ipython
如果要使用国内镜像网站下载,以 从豆瓣镜像下载**ipython**
为例:**pip install ipython -i **[**http://pypi.douban.com/simple/**](http://pypi.douban.com/simple/)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。