prjpeppercorn/docs
Miodrag Milanovic fd2978dbf2 More bitstream documentation 2024-12-04 11:45:48 +01:00
..
source More bitstream documentation 2024-12-04 11:45:48 +01:00
.gitignore Initial setup for documentation 2024-12-04 11:45:48 +01:00
.readthedocs.yaml 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