From 5cc29ff9319df50f3243a9fb1177df76e0ad1ae8 Mon Sep 17 00:00:00 2001 From: ddyeakley Date: Sat, 25 Jul 2015 10:04:50 -0400 Subject: [PATCH] Update to readme to install using pip --- README.md | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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