diff --git a/README.md b/README.md index 846ed6a..042402e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Currently it is able to translate remote buttons to computer input, run shell co - [python-cec](https://github.com/trainman419/python-cec/) - [python-uinput](https://github.com/tuomasjjrasanen/python-uinput) +- [pyudev](https://github.com/pyudev/pyudev) ## Installation: Installation should be done as root to allow installing commands to `/usr/bin/` diff --git a/setup.py b/setup.py index 91dc293..a4c9b8b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], keywords='libcec cec daemon htpc', packages=['cecdaemon'], - install_requires=['cec', 'python-uinput'], + install_requires=['cec', 'python-uinput', 'pyudev'], data_files=[('/usr/share/cecdaemon', [ 'examples/cecdaemon.conf-example', 'examples/cecdaemon.service-example',