Files
d2warehouse/README.md

9 lines
173 B
Markdown

Quick & dirty commit of current progress to share with others.
```
python -m venv venv
source venv/bin/activate
pip install --editable .[dev]
d2dump /path/to/stash.d2i
```