Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.04 KB

File metadata and controls

34 lines (25 loc) · 1.04 KB

PowBot Docs

Everything about PowBot is held here.

Site deployed here

Reference sites:

Quick start guide

Requirements

  • Python 3.3 or above installed
  • pip

Project setup

  1. Create a fork of this repository and clone it.
  2. cd into the cloned repo, and run virtualenv .
    1. Windows:
      1. Run powershell as admin and run this command Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force; 2. Back in the repo directory, you want to run ./.venv/bin/activate.ps1
    2. MacOS/Linux:
      1. Open a terminal window, cd into the repo directory and run:
        1. chmod +x ./.venv/bin/activate
        2. ./.venv/bin/activate
  3. Run pip3 install mkdocs-material to install the mkdocs=material library.

Running locally

Run this command from the project dir: mkdocs serve

Notes

  • You don't need to run this project to be able to add to or modify existing markdown files.