From 37c0e92253dfe719b9a550ee68332752ac1456a3 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Thu, 21 Mar 2024 12:12:03 +0100 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c95b215..68e5daf 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ Install all dev dependencies (consider using Python virtual environments): pip install -r dev-requirements.txt ``` +Generate source files +```bash +make generate +``` + Build the library using `poetry`: ```bash poetry build