Skip to content

Commit b087a3e

Browse files
committed
update readme
1 parent 2bfbbaa commit b087a3e

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
Qiniu Resource Storage SDK for Python
22
===
33

4-
[![Build Status](https://api.travis-ci.org/qiniu/python-sdk.png?branch=develop)](https://travis-ci.org/qiniu/python-sdk)
4+
[![Build Status](https://api.travis-ci.org/qiniu/python-sdk.png?branch=master)](https://travis-ci.org/qiniu/python-sdk)
55

6-
[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)
6+
[![Qiniu Logo](http://qiniu-brand.qiniudn.com/5/logo-white-195x105.png)](http://www.qiniu.com/)
77

88
## 使用
99

1010
参考文档:[七牛云存储 Python SDK 使用指南](https://github.com/qiniu/python-sdk/blob/develop/docs/README.md)
1111

12+
## 准备开发环境
13+
14+
### 安装
15+
16+
* 直接安装:
17+
18+
pip install qiniu
19+
#或
20+
easy_install qiniu
21+
22+
Python-SDK可以使用`pip``easy_install`从PyPI服务器上安装,但不包括文档和样例。如果需要,请下载源码并安装。
23+
24+
* 源码安装:
25+
26+
[release](https://github.com/qiniu/python-sdk/releases)下载源码:
27+
28+
tar xvzf python-sdk-$VERSION.tar.gz
29+
cd python-sdk-$VERSION
30+
python setup.py install
31+
32+
1233
## 单元测试
1334

1435
1. 测试环境
@@ -36,7 +57,7 @@ Qiniu Resource Storage SDK for Python
3657

3758
## 许可证
3859

39-
Copyright (c) 2013 qiniu.com
60+
Copyright (c) 2012-2014 qiniu.com
4061

4162
基于 MIT 协议发布:
4263

0 commit comments

Comments
 (0)