Changes
Page history
cagema created page: install
authored
Aug 02, 2016
by
Cage, Marshall Andrew
Show whitespace changes
Inline
Side-by-side
install.md
View page @
1a41349e
...
@@ -12,28 +12,27 @@ Installing the Dependencies
...
@@ -12,28 +12,27 @@ Installing the Dependencies
Before you can run the tool, you'll have to install a few dependencies.
Before you can run the tool, you'll have to install a few dependencies.
Install Python 3
Install Python 3
^^^^^^^^^^^^^^^^
---------------------
Go to https://www.python.org/downloads/ and download the version of Python 3
Go to https://www.python.org/downloads/ and download the version of Python 3
appropriate for your platform.
appropriate for your platform.
Install Dependencies
Install Dependencies
^^^^^^^^^^^^^^^^^^^^
---------------------------
ARCTool depends on two packages:
ARCTool depends on two packages:
<br/>
*
PyQt5
-
PyQt5
*
pypandoc
-
pypandoc
To install these packages, use pip, the Python package manager:
To install these packages, use pip, the Python package manager:
`pip3 install PyQt5 pypandoc`
`pip3 install PyQt5 pypandoc`
Running ARCTool
Running ARCTool
^^^^^^^^^^^^^^^
-----------------------
After installing the depend
a
ncies, you can test it out.
After installing the depend
e
ncies, you can test it out.
In the source directory, run:
In the source directory, run:
`python3 arctool.py`
`python3 arctool.py`
Altern
ita
vely,
`arctool.py`
has a shebang at the top, so making it executable
Altern
ati
vely,
`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