Skip to content

Commit

Permalink
Update python-target.md (#4417)
Browse files Browse the repository at this point in the history
Signed-off-by: eleveyuan <85916131+eleveyuan@users.noreply.github.com>
  • Loading branch information
eleveyuan committed Sep 15, 2023
1 parent 9043b8a commit 0eb38a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/python-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ must include a reference to the Antlr Python3 runtime.
You should provide a script that builds the program.
```
pip install -r requirements.txt
antlr4 -v 4.13.0 -Dlanguage=Python3 Expr.g4
antlr4 -Dlanguage=Python3 Expr.g4
```
_It is vital that the versions for the
Antlr tool used to generate the parser
Expand Down

0 comments on commit 0eb38a0

Please sign in to comment.