From: Jérémie Galarneau Date: Tue, 26 Mar 2013 00:28:36 +0000 (-0400) Subject: Add optional Python >= 3.0 dependency to README X-Git-Tag: v2.2.0-rc1~17 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9ea3b5880b2c8a77bbf6fe5445c6c4dc662c0630 Add optional Python >= 3.0 dependency to README Signed-off-by: Jérémie Galarneau Signed-off-by: David Goulet --- diff --git a/README b/README index cfbf1ac0d..9aab80f1c 100644 --- a/README +++ b/README @@ -31,6 +31,11 @@ REQUIREMENTS: - Perl (optional) Needed for make check and tests. + - Python >= 3.0 (optional) + Needed for make check and tests. + + * Debian/Ubuntu package: python3 + - SWIG >= 2.0 (optional) Needed for Python bindings (--enable-python-bindings).