Skip to content
Merged
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
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Kids these days have it easy:

We need the ANTLR Python runtime before we can install java2python:

# wget http://www.antlr.org/download/antlr-3.1.3.tar.gz
# wget http://www.antlr3.org/download/antlr-3.1.3.tar.gz
# tar xfz antlr-3.1.3.tar.gz
# cd antlr-3.1.3/runtime/Python/
# python setup.py install
Expand Down