mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
tweak docs regarding minimum requirements
This commit is contained in:
parent
e8118186e4
commit
009b01d94a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
tags
|
tags
|
||||||
|
bin/autojump.py
|
||||||
*.pyc
|
*.pyc
|
||||||
*~
|
*~
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
@ -28,17 +28,17 @@ INSTALLATION
|
|||||||
|
|
||||||
### REQUIREMENTS
|
### REQUIREMENTS
|
||||||
|
|
||||||
- Python v2.7+ or 3.2+
|
- Python v2.7, 3.0, or 2.6 with argparse
|
||||||
- Bash v4.0+ for tab completion
|
- Bash v4.0 for tab completion
|
||||||
|
|
||||||
If you are unable to update Python to a supported version, older
|
If you are unable to update Python to a supported version, older
|
||||||
versions of autojump can be
|
versions of autojump can be
|
||||||
[downloaded](https://github.com/joelthelion/autojump/downloads) and
|
[downloaded](https://github.com/joelthelion/autojump/downloads) and
|
||||||
installed manually.
|
installed manually.
|
||||||
|
|
||||||
- Python v2.6+ is supported by [release
|
- Python v2.6 is supported by [release
|
||||||
v19](https://github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz).
|
v19](https://github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz).
|
||||||
- Python v2.4+ is supported by [release
|
- Python v2.4 is supported by [release
|
||||||
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).
|
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).
|
||||||
|
|
||||||
### AUTOMATIC INSTALLATION
|
### AUTOMATIC INSTALLATION
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
### REQUIREMENTS
|
### REQUIREMENTS
|
||||||
|
|
||||||
- Python v2.7+ or 3.2+
|
- Python v2.7, 3.0, or 2.6 with argparse
|
||||||
- Bash v4.0+ for tab completion
|
- 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.
|
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.6 is supported by [release v19][v19].
|
||||||
- Python v2.4+ is supported by [release v12][v12].
|
- Python v2.4 is supported by [release v12][v12].
|
||||||
|
|
||||||
### AUTOMATIC INSTALLATION
|
### AUTOMATIC INSTALLATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user