alexa-samples / Alexa-Gadgets-Raspberry-Pi-Samples

This repository enables you to prototype an Alexa Gadget using Raspberry Pi. It includes Python-based software, sample projects, and step-by-step instructional guides that walk you through how to use key features of the Alexa Gadgets Toolkit to create new, engaging customer interactions with gadget devices.
Other
91 stars 29 forks source link

Publish agt package on Pypi #9

Open reidprojects opened 4 years ago

reidprojects commented 4 years ago

Hi, I would like to know if there is any plan to publish the equivalent of the "agt" package on the Pypi.

This would make it easier for the community to use it as a dependency or to install it with the usual "pip install"

I'm also open to do it by myself, either in that repo or I could fork it.