Skip to content

Commit 2e4f04f

Browse files
committed
INSTALL: git-p4 does not support Python 3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a235e85 commit 2e4f04f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

INSTALL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ Issues of note:
131131
use English. Under autoconf the configure script will do this
132132
automatically if it can't find libintl on the system.
133133

134-
- Python version 2.4 or later is needed to use the git-p4
135-
interface to Perforce.
134+
- Python version 2.4 or later (but not 3.x, which is not
135+
supported by Perforce) is needed to use the git-p4 interface
136+
to Perforce.
136137

137138
- Some platform specific issues are dealt with Makefile rules,
138139
but depending on your specific installation, you may not

0 commit comments

Comments
 (0)