Commit 0c7d0c0c authored by Javen's avatar Javen

Update README

parent 1d52f6bc
# JPush API Python Client # JPush API Python Client
A Python client library for JPush REST APIs.
## Installation JPush REST APIs 的 Python 语言版本开发包。由 JPush 官方维护。
To install jpush-api-python-client, simply:
## 安装
通过 pip 命令:
$ sudo pip install jpush $ sudo pip install jpush
or alternatively install via easy_install: 或者使用 easy_install:
$ sudo easy_install jpush $ sudo easy_install jpush
or from source: 或者直接从源代码安装:
$ sudo python setup.py install $ sudo python setup.py install
## Examples
Details refer to `examples <https://github.com/jpush/jpush-api-python-client/blob/master/examples>`_
# JPush API Python 客户端
## 安装
## 示例 ## 示例
详情参考:[Examples](https://github.com/jpush/jpush-api-python-client/blob/master/examples)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment