Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.26 KB

ABSA Subatomic User Documentation

Build Status Requirements Status

Go to the ABSA Subatomic User Documentation

Getting Started

This project uses MkDocs. MkDocs is a fast, simple static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

  1. Install Python 3 on your machine.
  2. Setup a Python virtual environment.
  3. Navigate to the root of this project and install the dependencies using pip as follows:
$ pip install -r requirements.txt

Once the dependencies are installed, you can start a local server to view the docs:

$ mkdocs serve