直接:
pip config set global.index-url https://pypi.doubanio.com/simple
设置了全局的第三方库的下载文件镜像请求网址。
安装第三方库:
pip install scrapy --scrapy第三方库名称
pip 从国内镜像安装的命令
使用中国大陆地区的Python包镜像服务时,可以通过修改pip的配置来从国内的镜像服务器安装包。以下是一些常用的国内镜像及其对应的pip安装命令:
阿里云:https://mirrors.aliyun.com/pypi/simple/
pip install -i https://mirrors.aliyun.com/pypi/simple some-package
2、清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
3、中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
pip install -i https://pypi.mirrors.ustc.edu.cn/simple some-package
4、中国科学技术大学:https://pypi.mirrors.ustc.edu.cn/simple/
pip install -i https://pypi.mirrors.ustc.edu.cn/simple some-package
将some-package
替换为你想要安装的包名。此外,你也可以编辑pip.conf
(Linux系统位于~/.pip/pip.conf
,Windows系统位于%HOME%pippip.ini
),将以下内容添加到该文件中:
[global] index-url = https://mirrors.aliyun.com/pypi/simple
这样配置后,pip默认会使用阿里云的镜像服务。
© 版权声明
文章版权归作者所有,未经允许请勿转载。
相关文章
暂无评论...