prjpeppercorn/docs
Patrick Urban e2dbe2a8e1 docs: update CMD_CHG_STATUS bit 7 2026-04-10 13:23:20 +02:00
..
source docs: update CMD_CHG_STATUS bit 7 2026-04-10 13:23:20 +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