Commit c5161126 authored by hupantingxue's avatar hupantingxue

API3.0 python client: update dependencice package;

parent d23878a5
...@@ -2,3 +2,4 @@ ...@@ -2,3 +2,4 @@
build/ build/
dist/ dist/
jpush.egg-info/ jpush.egg-info/
...@@ -4,6 +4,15 @@ JPush Python Client ...@@ -4,6 +4,15 @@ JPush Python Client
A Python client for the JPush REST APIs A Python client for the JPush REST APIs
------------
dependencies
------------
To use jpush python client, you need to install requests, the python http package;
.. code-block:: sh
$ sudo pip install requests
------------ ------------
Installation Installation
------------ ------------
......
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