From 4b690fac0060c68212005269d30fae881a41aa02 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 11 Dec 2013 20:41:20 +0100 Subject: [PATCH] INSTALL: Mention the need for python-yaml Also prune the "2.7" in the package names under the assumption that people are running Jessie. Signed-off-by: Niels Thykier --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 0f836ca..a65b744 100644 --- a/INSTALL +++ b/INSTALL @@ -4,6 +4,6 @@ INSTALL for britney v2.0 Requirements: ------------- - * Python 2.7 aptitude install python2.7 - * Python APT/DPKG bindings aptitude install python2.7-apt - + * Python 2.7 aptitude install python + * Python APT/DPKG bindings aptitude install python-apt + * Python YAML library aptitude install python-yaml