From: Uwe Hermann Date: Thu, 18 Apr 2013 17:28:27 +0000 (+0200) Subject: README: Cosmetics, documentation updates. X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-meter.git;a=commitdiff_plain;h=64beaa11f79c2491cea98b083e4d61277e359b76 README: Cosmetics, documentation updates. --- diff --git a/README b/README index 23560ab..7ee6cb7 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ 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 special-purpose GUI for libsigrok (written in Python3, using +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. @@ -30,7 +30,7 @@ Requirements - Python >= 3.0 - PyGObject - GTK+ >= 3.0 - - libsigrok >= 0.2.0 + - libsigrok >= 0.2.0 (including the Python bindings) Building and installing