From abc124b79286251b8305114a637fbb45a1c1489e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Sun, 24 May 2015 10:34:16 -0400 Subject: [PATCH] INSTALL: Update dependency for Python 3 Signed-off-by: Niels Thykier --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index a65b744..e91baa7 100644 --- a/INSTALL +++ b/INSTALL @@ -4,6 +4,6 @@ INSTALL for britney v2.0 Requirements: ------------- - * Python 2.7 aptitude install python - * Python APT/DPKG bindings aptitude install python-apt - * Python YAML library aptitude install python-yaml + * Python 3 aptitude install python3 + * Python APT/DPKG bindings aptitude install python3-apt + * Python YAML library aptitude install python3-yaml