icestorm/docs
Miodrag Milanovic f1b0c7fd2f fix link 2025-02-07 13:52:33 +01:00
..
source fix link 2025-02-07 13:52:33 +01:00
.gitignore Start converting documentation to Sphinx 2024-11-29 09:04:06 +01:00
Makefile Start converting documentation to Sphinx 2024-11-29 09:04:06 +01:00
README.md Start converting documentation to Sphinx 2024-11-29 09:04:06 +01:00

README.md

Project Icestorm Documentation

Setting up environment

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