icestorm/docs/README.md

12 lines
180 B
Markdown
Raw Normal View History

Project Icestorm Documentation
===================================
Setting up environment
----------------------
```
python -m venv .venv
source .venv/bin/activate
make reqs
```