From e28278eb1534d351f3be167c85bec901fa34edd9 Mon Sep 17 00:00:00 2001 From: Shreyans Sheth Date: Tue, 3 Jan 2017 15:47:04 +0530 Subject: [PATCH] Added fix for ANTLR version not found --- doc/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install.md b/doc/install.md index bd2cf6e..9b3140d 100644 --- a/doc/install.md +++ b/doc/install.md @@ -5,6 +5,9 @@ Kids these days have it easy: # pip install java2python + + Incase you get an error saying ANTLR is not installed/version not found, a quick fix is running + `# pip install http://antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz` ### Old School