Skip to content

Commit 0c7d0c0

Browse files
author
Javen
committed
Update README
1 parent 1d52f6b commit 0c7d0c0

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
# JPush API Python Client
2-
A Python client library for JPush REST APIs.
32

4-
## Installation
5-
To install jpush-api-python-client, simply:
3+
JPush REST APIs 的 Python 语言版本开发包。由 JPush 官方维护。
4+
5+
## 安装
6+
7+
通过 pip 命令:
68

79
$ sudo pip install jpush
810

9-
or alternatively install via easy_install:
11+
或者使用 easy_install
1012

1113
$ sudo easy_install jpush
1214

13-
or from source:
15+
或者直接从源代码安装:
1416

1517
$ sudo python setup.py install
1618

17-
## Examples
18-
19-
Details refer to `examples <https://github.com/jpush/jpush-api-python-client/blob/master/examples>`_
20-
21-
22-
# JPush API Python 客户端
23-
24-
## 安装
25-
2619
## 示例
2720

21+
详情参考:[Examples](https://github.com/jpush/jpush-api-python-client/blob/master/examples)
22+

0 commit comments

Comments
 (0)