diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-30 11:17:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-30 11:17:59 -0800 |
commit | 2e4f04fae6810161c17bf456124b364ad927c499 (patch) | |
tree | a9e15370fae2d83439eb1f3ae6a2b44fab41bfd8 /INSTALL | |
parent | a235e85cc8bc308a7dbf414f6594a9d309f13289 (diff) | |
download | git-2e4f04fae6810161c17bf456124b364ad927c499.tar.gz |
INSTALL: git-p4 does not support Python 3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -131,8 +131,9 @@ 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 is needed to use the git-p4 - interface to Perforce. + - Python version 2.4 or later (but not 3.x, which is not + supported by Perforce) is needed to use the git-p4 interface + to Perforce. - Some platform specific issues are dealt with Makefile rules, but depending on your specific installation, you may not |