mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-13 00:07:55 -05:00
9 lines
152 B
Markdown
9 lines
152 B
Markdown
### Scripts
|
|
|
|
Set up (from the project root):
|
|
|
|
```bash
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install -r openvm/scripts/requirements.txt
|
|
``` |