1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

tweak docs regarding minimum requirements

This commit is contained in:
William Ting
2012-05-08 09:18:43 -10:00
parent e8118186e4
commit 009b01d94a
3 changed files with 9 additions and 8 deletions

View File

@@ -2,13 +2,13 @@
### REQUIREMENTS
- Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion
- Python v2.7, 3.0, or 2.6 with argparse
- Bash v4.0 for tab completion
If you are unable to update Python to a supported version, older versions of autojump can be [downloaded][dl] and installed manually.
- Python v2.6+ is supported by [release v19][v19].
- Python v2.4+ is supported by [release v12][v12].
- Python v2.6 is supported by [release v19][v19].
- Python v2.4 is supported by [release v12][v12].
### AUTOMATIC INSTALLATION