Skip to content

Commit d0e9fc3

Browse files
committed
modify readme
1 parent 55389af commit d0e9fc3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@
88
[gsdata-python-sdk](http://github.com/superalsrk/gsdata-python-sdk) 是一个非官方的gsdata python开发包, 祝使用愉快。
99

1010
+ [issure地址](https://github.com/superalsrk/gsdata-python-sdk)
11-
+ 支持 python2.6, python2.7, python3.3, python3.4, python3.5
11+
+ 支持 python2.6, python2.7, python3.2, python3.3, python3.4, python3.5
1212

1313
### 安装
1414

1515
```bash
16-
$ pip install gsdata
17-
18-
//或者
19-
20-
$ easy_install gsdata
16+
$ pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com gsdata
2117
```
2218

2319
### 使用
@@ -26,6 +22,7 @@ $ easy_install gsdata
2622

2723
from gsdata import Gsdata
2824

25+
#创建客户端
2926
client = Gsdata("YOUR_APP_ID", "YOUR_APP_SECRET")
3027

3128
#获取用户信息

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'Programming Language :: Python',
1717
'Programming Language :: Python :: 2.7',
1818
'Programming Language :: Python :: 3',
19+
'Programming Language :: Python :: 3.2',
1920
'Programming Language :: Python :: 3.3',
2021
'Programming Language :: Python :: 3.4',
2122
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)