Skip to content

Commit 7bfc47c

Browse files
author
Troy Melhase
committed
Adds dev install instructions.
1 parent 8d69270 commit 7bfc47c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

doc/install.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,33 @@
44

55
Kids these days have it easy:
66

7-
$ pip install java2python
7+
# pip install java2python
88

99
### Old School
1010

1111
#### Install ANTLR Runtime
1212

1313
We 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

2222
Now 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

0 commit comments

Comments
 (0)