Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 500 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 500 Bytes

pytango-automationhat

PyTango device server for Raspi automation-HAT from Pimoroni

Installation

This tangoDS uses the python packaging. So you can easily install this software using pip.

Just run

pip(3) install .

and it will install the necessary dependencies.

Requirements

This tangoDS requires the python automation-hat package from Pimoroni.

Install by

git clone https://github.com/pimoroni/automation-hat
cd automation-hat
pip(3) install .

Authors

Daniel Schick