icestorm/docs
Miodrag Milanovic 789a46da5e Setup for readthedocs 2024-12-05 12:52:54 +01:00
..
source Setup for readthedocs 2024-12-05 12:52:54 +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