From 4712567d59867461cae302ccd4e9a21128762c66 Mon Sep 17 00:00:00 2001 From: Ismael Benito Date: Sat, 5 Oct 2019 16:22:55 +0200 Subject: [PATCH 1/2] Add zbar installation in conda. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 3c0c2e9..a40facb 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,13 @@ Linux: sudo apt-get install libzbar0 +Using conda, the ``zbar`` binaries are available for Linux systems through the conda-forge channel: + +:: + + conda install --channel conda-forge zbar + + Install this Python wrapper; use the second form to install dependencies of the command-line scripts: From 07053502c019e7d5caa11959bbbcd594eb49c9b8 Mon Sep 17 00:00:00 2001 From: Ismael Benito Date: Sun, 6 Oct 2019 09:21:19 +0200 Subject: [PATCH 2/2] Omit README from coverage. --- .coveragerc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 1773157..0c05a75 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,7 @@ [run] -omit = */site-packages/* +omit = + */site-packages/* + README.rst [report] # Regexes for lines to exclude from consideration