update doc bumping min Python version to 2.7

pull/252/head
William Ting 11 years ago
parent 0c50e8b94c
commit 78c6884895

@ -117,7 +117,7 @@ def parse_arguments():
'-s', '--stat', action="store_true", default=False, '-s', '--stat', action="store_true", default=False,
help='show database entries and their key weights') help='show database entries and their key weights')
parser.add_argument( parser.add_argument(
'-v', '--version', action="version", version="%(prog)s " + '-v', '--version', action="version", version="%(prog)s v" +
VERSION, help='show version information') VERSION, help='show version information')
return parser.parse_args() return parser.parse_args()

@ -2,7 +2,7 @@
### REQUIREMENTS ### REQUIREMENTS
- Python v2.6+ - Python v2.7+
- Bash v4.0 for tab completion (or zsh) - Bash v4.0 for tab completion (or zsh)
If you are unable to update Python to a supported version, older versions of If you are unable to update Python to a supported version, older versions of

Loading…
Cancel
Save