Update INSTALL for python2.5 → 2.6 switch

Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Julien Cristau 2011-11-22 19:05:53 +01:00 committed by Niels Thykier
parent 917b848455
commit 07c3de81de

View File

@ -4,9 +4,9 @@ INSTALL for britney v2.0
Requirements:
-------------
* Python 2.5 aptitude install python2.5
* Python APT/DPKG bindings aptitude install python2.5-apt libapt-pkg-dev dpkg-dev
* Python dev headers aptitude install python2.5-dev
* Python 2.6 aptitude install python2.6
* Python APT/DPKG bindings aptitude install python2.6-apt libapt-pkg-dev dpkg-dev
* Python dev headers aptitude install python2.6-dev
Compiling:
----------