prjpeppercorn/docs
Patrick Urban 0250f3e3f8 Fix `CMD_CFGMODE` formatting 2025-07-08 16:57:52 +02:00
..
source Fix `CMD_CFGMODE` formatting 2025-07-08 16:57:52 +02:00
.gitignore Initial setup for documentation 2024-12-04 11:45:48 +01:00
Makefile Initial setup for documentation 2024-12-04 11:45:48 +01:00
README.md License and README 2024-12-04 11:45:48 +01:00

README.md

Project Peppercorn Documentation

Setting up environment

python -m venv .venv
source .venv/bin/activate
make reqs