Skip to content
Snippets Groups Projects

Turing Documentation

https://docs.turing.wpi.edu

Local Development

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
mkdocs serve

This documentation is built using mkdocs-materal, which is documented here.