Skip to content

Commit

Permalink
INSTALL: git-p4 does not support Python 3
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 30, 2013
1 parent a235e85 commit 2e4f04f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e4f04f

Please sign in to comment.