File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
Qiniu Resource Storage SDK for Python
2
2
===
3
3
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 )
5
5
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/ )
7
7
8
8
## 使用
9
9
10
10
参考文档:[ 七牛云存储 Python SDK 使用指南] ( https://github.com/qiniu/python-sdk/blob/develop/docs/README.md )
11
11
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
+
12
33
## 单元测试
13
34
14
35
1 . 测试环境
@@ -36,7 +57,7 @@ Qiniu Resource Storage SDK for Python
36
57
37
58
## 许可证
38
59
39
- Copyright (c) 2013 qiniu.com
60
+ Copyright (c) 2012-2014 qiniu.com
40
61
41
62
基于 MIT 协议发布:
42
63
You can’t perform that action at this time.
0 commit comments