Everything about PowBot is held here.
Site deployed here
Reference sites:
- Python 3.3 or above installed
- pip
- Create a fork of this repository and clone it.
- cd into the cloned repo, and run
virtualenv . -
- Windows:
- 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
- Run powershell as admin and run this command
- MacOS/Linux:
- Open a terminal window, cd into the repo directory and run:
chmod +x ./.venv/bin/activate./.venv/bin/activate
- Open a terminal window, cd into the repo directory and run:
- Windows:
- Run
pip3 install mkdocs-materialto install the mkdocs=material library.
Run this command from the project dir: mkdocs serve
- You don't need to run this project to be able to add to or modify existing markdown files.