Browse Source

INSTALL: git-p4 does not support Python 3

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 12 years ago
parent
commit
2e4f04fae6
  1. 5
      INSTALL

5
INSTALL

@ -131,8 +131,9 @@ Issues of note: @@ -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

Loading…
Cancel
Save