diff --git a/README.md b/README.md index 7884ed0..ae62850 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ Autoremote.py +Simple Python tool to use autoremote to send data to a phone running tasker. + Credits: - This Derivative: Dan Yeakley at https://github.com/ddyeakley/Autoremote-python Original autoremote.py author: sriramsv/Autoremote-python at https://github.com/sriramsv/Autoremote-python Autoremote plugin for Tasker: Joao dias -Here is a small autoremote python wrapper module that can be used on a Raspberry PI. Copy the module on any into /usr/lib/python/2.x/ import the module into your python code. +Install: + +pip -install git+https://github.com/ddyeakley/autoremote.git General API usage: diff --git a/setup.py b/setup.py index 8e0b6f8..0a907b1 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,5 @@ setup( long_description="README.txt", packages=['autoremote'], include_package_data=False, - description="Simple Python tool to use autoremote to send data to a phone running tasker", + description="Simple Python tool to use autoremote to send data to a phone running tasker.", ) \ No newline at end of file