Update to readme to install using pip

master
ddyeakley 11 years ago
parent 6890bc050f
commit 5cc29ff931
  1. 7
      README.md
  2. 2
      setup.py

@ -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:

@ -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.",
)
Loading…
Cancel
Save