From 64d3a39ed302d3fdcc4a8cf5b29309c5df775c09 Mon Sep 17 00:00:00 2001 From: Min-Jun Kim Date: Tue, 14 Nov 2017 23:45:51 +0100 Subject: [PATCH] Update install.md Further describing what to do with ANTLR related errors --- doc/install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/install.md b/doc/install.md index bd2cf6e..1efd3ed 100644 --- a/doc/install.md +++ b/doc/install.md @@ -6,6 +6,11 @@ Kids these days have it easy: # pip install java2python +if this command leads to an error "No matching distribution found for antlr_python_runtime==3.1.3 (from java2python)", then type in those two commands and then try again: + + # pip install http://antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz + # pip install https://github.com/downloads/natural/java2python/java2python-0.5.1.tar.gz + ### Old School #### Install ANTLR Runtime