Skip to content

Commit

Permalink
添加更换pip国内源文档
Browse files Browse the repository at this point in the history
  • Loading branch information
vipstone committed May 6, 2018
1 parent 495dacd commit 6ec229f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FaceAI
# FaceAI #

一款优秀的人脸、视频、文字:检测、识别的智能AI项目。

Expand Down Expand Up @@ -54,6 +54,11 @@

[头像特效合成](doc/compose.md)

## 其他相关 ##

[pip/pip3更换国内源](doc/pipChange.md)


## 功能预览 ##

**绘制脸部轮廓**
Expand Down
34 changes: 34 additions & 0 deletions doc/pipChange.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# pip/pip3更换国内源 #

用途:pip更换为国内源,可以大大的提高安装成功率和速度。


# Windows更换pip/pip3源 #

1. 打开目录:%appdata%
1. 新增pip文件夹,新建pip.ini文件
1. 给pip.ini添加内容
```
[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
```

这个更换的是清华的源,清华的源5分钟同步官网一次,建议使用。

注意:不管你用的是pip3还是pip,方法都是一样的,都是创建pip文件夹。


# 国内源列表 #

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban) http://pypi.douban.com/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

0 comments on commit 6ec229f

Please sign in to comment.