User Tools

Site Tools


python

This is an old revision of the document!


人生苦短,我用Python ` # 新手入门

Python爬虫

Python Web

Python与深度学习

Python编码规范

pip使用国内源提升下载速度

参考更改pip源至国内镜像,显著提升下载速度

linux下,修改 ~/.pip/pip.conf (没有就创建一个), 修改 index-url至tuna,内容如下:

 [global]
 index-url = https://pypi.tuna.tsinghua.edu.cn/simple

windows下,直接在user目录中创建一个pip目录,如:C:,新建文件pip.ini,内容如下

 [global]
 index-url = https://pypi.tuna.tsinghua.edu.cn/simple
python.1612964791.txt.gz · Last modified: 2021/02/10 21:46 by 127.0.0.1