Commit 943a9b3a authored by Javen's avatar Javen

To use README file for building

parent 561dcf35
=======================
JPush API Python Client
=======================
JPush's officially supported Python client library for accessing JPush APIs.
------------
Dependencies
------------
You need to install requests, the python http library, to use jpush python client.
.. code-block:: sh
$ sudo pip install requests
------------
Installation
------------
To install jpush-api-python-client, simply:
.. code-block:: sh
$ sudo pip install jpush
or alternatively install via easy_install:
.. code-block:: sh
$ sudo easy_install jpush
or from source:
.. code-block:: sh
$ sudo python setup.py install
--------
Examples
--------
Details refer to `examples <https://github.com/jpush/jpush-api-python-client/blob/master/examples>`_
--------
Thanks to
--------
`crystal-wei <https://github.com/crystal-wei>`_ for reporting the jpush-api-python-client issues;
......@@ -12,7 +12,7 @@ setup(
description='JPush\'s officially supported Python client library',
keywords=('JPush', 'JPush API', 'Android Push', 'iOS Push'),
license='MIT License',
long_description=open("README.rst", "r").read(),
long_description=open("README", "r").read(),
url='https://github.com/jpush/jpush-api-python-client',
author='jpush',
......
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