Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A arctool
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Cage, Marshall Andrew
  • arctool
  • Wiki
  • install

Last edited by Cage, Marshall Andrew Aug 08, 2016
Page history

install

Install ARCTool

Getting the Latest Version

Ummm

Installing the Dependencies

Before you can run the tool, you'll have to install a few dependencies.

Install Python 3

Go to https://www.python.org/downloads/ and download the version of Python 3 appropriate for your platform.

Install Dependencies

ARCTool depends on three packages:

  • PyQt5
  • pypandoc
  • pandoc

To install the two python packages, use pip, the Python package manager: $ pip3 install PyQt5 pypandoc

To install pandoc, you can grab a binary from the github page: https://github.com/jgm/pandoc/releases/

Running ARCTool

After installing the dependencies, you can test it out.

In the source directory, run: $ python3 arctool.py

Alternatively, arctool.py has a shebang at the top, so making it executable and running it should work too.

Clone repository
  • Home
  • install