diff options
author | 2020-12-18 15:15:17 -0800 | |
---|---|---|
committer | 2020-12-18 15:15:17 -0800 | |
commit | 263dc03b820d4b1f1fc3e2e70618124034f5cd2b (patch) | |
tree | c8e9119cd2faa1cce1bde4ea1f528d8715c0c5d3 | |
parent | Merge branch 'js/init-defaultbranch-advice' (diff) | |
parent | doc: mention Python 3.x supports (diff) | |
download | tgif-263dc03b820d4b1f1fc3e2e70618124034f5cd2b.tar.xz |
Merge branch 'dd/doc-p4-requirements-update'
Doc update.
* dd/doc-p4-requirements-update:
doc: mention Python 3.x supports
-rw-r--r-- | INSTALL | 3 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -165,8 +165,7 @@ Issues of note: use English. Under autoconf the configure script will do this automatically if it can't find libintl on the system. - - Python version 2.4 or later (but not 3.x, which is not - supported by Perforce) is needed to use the git-p4 interface + - Python version 2.7 or later is needed to use the git-p4 interface to Perforce. - Some platform specific issues are dealt with Makefile rules, @@ -303,7 +303,7 @@ all:: # modules, instead of the fallbacks shipped with Git. # # Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python -# but /usr/bin/python2.7 on some platforms). +# but /usr/bin/python2.7 or /usr/bin/python3 on some platforms). # # Define NO_PYTHON if you do not want Python scripts or libraries at all. # |