cagema created page: home authored by Cage, Marshall Andrew's avatar Cage, Marshall Andrew
...@@ -19,13 +19,17 @@ appropriate for your platform. ...@@ -19,13 +19,17 @@ appropriate for your platform.
Install Dependencies Install Dependencies
--------------------------- ---------------------------
ARCTool depends on two packages:<br/> ARCTool depends on three packages:<br/>
- PyQt5 - PyQt5
- pypandoc - pypandoc
- pandoc
To install these 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:
https://github.com/jgm/pandoc/releases/
Running ARCTool Running ARCTool
----------------------- -----------------------
... ...
......