]> arthur.barton.de Git - bup.git/commitdiff
Require Python 2.6 or newer
authorRob Browning <rlb@defaultvalue.org>
Sun, 10 Jul 2016 20:10:21 +0000 (15:10 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 10 Sep 2016 15:58:56 +0000 (10:58 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md

index 62df1efc61ed8c52ec1803fb4ca5dc14d7e69834..489cafd797ae8ee325e4ec08246eeb8e8736b771 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Reasons you might want to avoid bup
    for you, but we don't know why.  It is also missing some
    probably-critical features.
    
- - It requires python >= 2.5, a C compiler, and an installed git
+ - It requires python >= 2.6, a C compiler, and an installed git
    version >= 1.5.3.1.  It also requires par2 if you want fsck to be
    able to generate the information needed to recover from some types
    of corruption.
@@ -109,8 +109,8 @@ From source
 
             apt-get build-dep bup
 
-   Otherwise try this (substitute python2.6-dev or python2.5-dev if
-   you have an older system):
+   Otherwise try this (substitute python2.6-dev if you have an older
+   system):
 
             apt-get install python2.7-dev python-fuse
             apt-get install python-pyxattr python-pylibacl