From 3a6e33d58e5f3e88e8db9cbf350ce6978c4beae8 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Wed, 11 May 2016 11:58:05 +0200 Subject: [PATCH] Add python 2.7+ requirement (see https://github.com/danmar/cppcheck/pull/751) --- htmlreport/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlreport/README.txt b/htmlreport/README.txt index 8b71888d0..88a84a163 100644 --- a/htmlreport/README.txt +++ b/htmlreport/README.txt @@ -3,8 +3,8 @@ cppcheck-htmlreport This is a little utility to generate a html report of a XML file produced by cppcheck. -The utility is implemented in Python and require the pygments module to be -able to generate syntax highlighted source code. +The utility is implemented in Python (2.7+) and requires the pygments module +to generate syntax highlighted source code. If you are using a Debian based Linux system, the pygments package can be installed by following command: $ sudo apt-get install python-pygments