cagema created page: home authored by Cage, Marshall Andrew's avatar Cage, Marshall Andrew
...@@ -25,7 +25,7 @@ ARCTool depends on three packages:<br/> ...@@ -25,7 +25,7 @@ ARCTool depends on three packages:<br/>
- pandoc - pandoc
To install the two python packages, use pip, the Python package manager: To install the two python packages, use pip, the Python package manager:
`pip3 install PyQt5 pypandoc` `$ pip3 install PyQt5 pypandoc`
To install pandoc, you can grab a binary from the github page: To install pandoc, you can grab a binary from the github page:
https://github.com/jgm/pandoc/releases/ https://github.com/jgm/pandoc/releases/
...@@ -36,7 +36,7 @@ Running ARCTool ...@@ -36,7 +36,7 @@ Running ARCTool
After installing the dependencies, you can test it out. After installing the dependencies, you can test it out.
In the source directory, run: In the source directory, run:
`python3 arctool.py` `$ python3 arctool.py`
Alternatively, `arctool.py` has a shebang at the top, so making it executable Alternatively, `arctool.py` has a shebang at the top, so making it executable
and running it should work too. and running it should work too.
\ No newline at end of file