[virt-tools-list] [PATCH] INSTALL: update Python version	requirement to 2.7
    Programmingkid 
    programmingkidx at gmail.com
       
    Fri May  6 14:21:49 UTC 2016
    
    
  
The virt-clone file uses the argparse module. This module is only found in version 2.7 of Python or higher. So update the documentation to indicate Python 2.7 or higher is required.
Signed-off-by: John Arbuckle <programmingkidx at gmail.com>
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index 7869980..3a0eb2c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,7 +29,7 @@ or pygobject3 versions likely will not work for running virt-manager.
 
 Earliest tested versions of major components:
 
-  python >= 2.6
+  python >= 2.7
   gtk3 >= 3.6
   libvirt-python >= 0.4.0
   pygobject3 >= 3.4
-- 
2.7.2
    
    
More information about the virt-tools-list
mailing list