graf/README.md
2024-03-04 16:01:29 -03:00

13 lines
178 B
Markdown

# graf
Simple project for testing render matplotlib as base64 image
```bash
git clone https://git.lucasf.dev/public/graf.git
cd graf
poetry shell
poetry install
make run
```