File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 44
55Kids these days have it easy:
66
7- $ pip install java2python
7+ # pip install java2python
88
99### Old School
1010
1111#### Install ANTLR Runtime
1212
1313We need the ANTLR Python runtime before we can install java2python:
1414
15- $ wget http://www.antlr.org/download/antlr-3.1.3.tar.gz
16- $ tar xfz antlr-3.1.3.tar.gz
17- $ cd antlr-3.1.3/runtime/Python/
18- $ python setup.py install
15+ # wget http://www.antlr.org/download/antlr-3.1.3.tar.gz
16+ # tar xfz antlr-3.1.3.tar.gz
17+ # cd antlr-3.1.3/runtime/Python/
18+ # python setup.py install
1919
2020#### Install java2python
2121
2222Now the goodness:
2323
24- $ wget https://github.com/downloads/natural/java2python/java2python-0.5.tar.gz
25- $ tar xfz java2python-0.5.tar.gz
26- $ cd java2python
27- $ python setup.py install
24+ # wget https://github.com/downloads/natural/java2python/java2python-0.5.tar.gz
25+ # tar xfz java2python-0.5.tar.gz
26+ # cd java2python
27+ # python setup.py install
2828
29+ ### Development Version
30+
31+ The latest source can be installed directly from github:
32+
33+ # pip install --upgrade https://github.com/natural/java2python/zipball/master
2934
3035### Dependencies
3136
You can’t perform that action at this time.
0 commit comments