summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/pyluatex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/pyluatex/README.md')
-rw-r--r--macros/luatex/latex/pyluatex/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/luatex/latex/pyluatex/README.md b/macros/luatex/latex/pyluatex/README.md
index f753b5850d..3f7f30ebcc 100644
--- a/macros/luatex/latex/pyluatex/README.md
+++ b/macros/luatex/latex/pyluatex/README.md
@@ -35,7 +35,7 @@ $\sqrt{371} = \py{math.sqrt(371)}$
2\. Compile using LuaLaTeX (shell escape is required)
```
-lualatex -shell-escape example.tex
+lualatex --shell-escape example.tex
```
**Note:** PyLuaTeX starts Python 3 using the command `python3` by default.
@@ -53,7 +53,7 @@ executed. For this reason, it is recommended to compile trusted documents only.
## License
[LPPL 1.3c](http://www.latex-project.org/lppl.txt) for LaTeX code and
-[MIT license](https://opensource.org/licenses/MIT) for Python and Lua code.
+[MIT license](https://opensource.org/licenses/MIT) for Python and Lua code and other files.
## Further Information
Author: Tobias Enderle