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@xxxxxxxxx> --- 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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list