X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=ae261ca3bec95064fcfaf21e46f5240d4b2a8071;hb=d00a39739965d24212b466f174db700a2dcb16e2;hp=f54cf4b1db7a6f02c6ffcc3132247c7fffebf0ae;hpb=05fb1e187178f462b776b7edea6a8b51e9b5a504;p=sigrok-meter.git diff --git a/README b/README index f54cf4b..ae261ca 100644 --- a/README +++ b/README @@ -6,10 +6,9 @@ The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types (such as logic analyzers, oscilloscopes, multimeters, and more). -sigrok-meter is a special-purpose GUI for libsigrok (written in Python3, using -PyGObject and GTK+3) which supports certain classes of test & measurement -devices that usually provide slowly-updating measurement values, such as -multimeters or dataloggers. +sigrok-meter is a special-purpose GUI for libsigrok (written in Python + Qt) +which supports certain classes of test & measurement devices that usually +provide slowly-updating measurement values, such as multimeters or dataloggers. It does specifically NOT support logic analyzers, oscilloscopes, and mixed-signal oscilloscopes (MSOs). @@ -27,10 +26,9 @@ Requirements ------------ - git - - Python >= 3.0 - - PyGObject - - GTK+ >= 3.0 - - libsigrok >= 0.2.0 (including the Python bindings) + - Python + - PyQt4 + - libsigrok >= 0.3.0 (including the Python bindings) Building and installing