diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-04 22:29:18 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-04 22:29:18 +0200 |
commit | 5dec4b91cb72c49453134fb3ba5c9930895825f2 (patch) | |
tree | 426417498114c07815bb654a5189660c0c81c18a /README | |
parent | 1c0dbcc95b2e8e9a20279f0dab0eecd115be5484 (diff) | |
download | libsigrokdecode-5dec4b91cb72c49453134fb3ba5c9930895825f2.tar.gz libsigrokdecode-5dec4b91cb72c49453134fb3ba5c9930895825f2.zip |
README: Document python3-coverage requirement for tests.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ Requirements - Python >= 3.2 - check >= 0.9.4 (optional, only needed to run unit tests) - libsigrok >= 0.2.0 (optional, only needed for the developer PD tests) + - python3-coverage (optional, only needed for the developer PD tests) Building and installing |