We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d52f6b commit 0c7d0c0Copy full SHA for 0c7d0c0
README.md
@@ -1,27 +1,22 @@
1
# JPush API Python Client
2
-A Python client library for JPush REST APIs.
3
4
-## Installation
5
-To install jpush-api-python-client, simply:
+JPush REST APIs 的 Python 语言版本开发包。由 JPush 官方维护。
+
+## 安装
6
7
+通过 pip 命令:
8
9
$ sudo pip install jpush
10
-or alternatively install via easy_install:
11
+或者使用 easy_install:
12
13
$ sudo easy_install jpush
14
-or from source:
15
+或者直接从源代码安装:
16
17
$ sudo python setup.py install
18
-## Examples
-
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
26
## 示例
27
+详情参考:[Examples](https://github.com/jpush/jpush-api-python-client/blob/master/examples)
0 commit comments