Changes
Page history
cagema created page: home
authored
Aug 08, 2016
by
Cage, Marshall Andrew
Show whitespace changes
Inline
Side-by-side
install.md
View page @
bf0faad1
...
@@ -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