prjpeppercorn/docs
Patrick Urban c74d0860d3 docs: update CMD_JUMP command 2025-10-15 17:24:56 +02:00
..
source docs: update CMD_JUMP command 2025-10-15 17:24:56 +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