This commit is contained in:
Lucas F. 2024-03-04 16:01:29 -03:00
parent 447609f346
commit 5f45bb8957
26 changed files with 948 additions and 1 deletions

View file

@ -1,2 +1,13 @@
# 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
```