Skip to content

Update install.md #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down