Skip to content

Installing

Daniel Goldsmith (aa9863) edited this page Nov 1, 2020 · 8 revisions

Installation Instructions

Pre Requisites

You will need a copy of:

Linux users should be able to install them Via your package manager Windows users can either install them manually, or make use of Apps Anywhere

Other Apps

Depending on the Distribution you will also need

  • pandoc-citeproc (apt install pandoc-citeproc)
  • pandoc-include (pip install pandoc-include)

Getting the Template

NOTE: While you can use a GUI for this, doing stuff on the command line should be much easier.

The project is setup to make use of the new Github Template functionality. This means you get something similar to a Fork, but with weaker references to the parent project. Info On Templates

Using the Template is a simple process.

  1. Go to the Project Homepage

  2. On the main page of the Repository click "Use This Template"

Create as Template

  1. Complete Setup details to create a new project using this template

ProjectDetails

You can then clone your newly created project as usual.

git clone <wherever>
Clone this wiki locally