cMadan / ElGateau

ElGateau: A Library for Using the Elgato Stream Deck for Experimental Psychology Research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install ElGateau

cMadan opened this issue · comments

It would be nice to be able to install the package with pip, not just by having the ElGateau.py file in the PATH. Will try and get that working.

https://packaging.python.org/tutorials/packaging-projects/

Wow, that was easy!!

https://pypi.org/project/ElGateau/

Some notes are included in the setup.py, for how to push future releases via pip.

Not quite as easy as I first thought--initial push to pip had metadata but no code. Then had to figure how to include the icons and fonts since those are required as part of the boot screen.

I did get it to work though--while still keeping the previous one-py-file import functionality.