icestorm/docs
Matt Venn d06a967590 Update Claire's name and fix the reference image in the iceprog help 2025-06-03 11:06:08 +02:00
..
source Update Claire's name and fix the reference image in the iceprog help 2025-06-03 11:06:08 +02: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