Skip to content

Commit

Permalink
use tsinghua index when network to official pypi index is unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Sep 11, 2018
1 parent 590b87f commit f522ae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
pip install -U aliyun-log-python-sdk
```

如果提示`time-out`之类的错误,表示网络不通,建议可以加上国内清华的索引试一试:

```shell
pip install -U aliyun-log-python-sdk -i https://pypi.tuna.tsinghua.edu.cn/simple
```

## 代码示例
- [代码示例](https://github.com/aliyun/aliyun-log-python-sdk/tree/master/tests)

Expand Down

0 comments on commit f522ae7

Please sign in to comment.