mirror of https://github.com/YosysHQ/icestorm.git
12 lines
180 B
Markdown
12 lines
180 B
Markdown
|
|
Project Icestorm Documentation
|
||
|
|
===================================
|
||
|
|
|
||
|
|
Setting up environment
|
||
|
|
----------------------
|
||
|
|
|
||
|
|
```
|
||
|
|
python -m venv .venv
|
||
|
|
source .venv/bin/activate
|
||
|
|
make reqs
|
||
|
|
```
|