diff options
Diffstat (limited to 'python/pyudev/README')
-rw-r--r-- | python/pyudev/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/pyudev/README b/python/pyudev/README index 45748e33cd..d8e6bf9d10 100644 --- a/python/pyudev/README +++ b/python/pyudev/README @@ -5,6 +5,8 @@ Almost the complete libudev functionality is exposed. You can: - Enumerate devices, filtered by specific criteria (pyudev.Context) - Query device information, properties and attributes, -- Monitor devices, both synchronously and asynchronously with background - threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside), +- Monitor devices, both synchronously and asynchronously with background + threads, or within the event loops of Qt (pyudev.pyqt4, pyudev.pyside), glib (pyudev.glib) or the optional dependency wxPython (pyudev.wx). + +python3 is an optional dependency (autodetected). |