From 8258a19253460c1730471ea2bf85ae2feeaf5ab5 Mon Sep 17 00:00:00 2001 From: const-ae Date: Mon, 2 Dec 2024 18:30:22 +0000 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 11e69a6..ef8c9d9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ If you found a bug, please use the [issue tracker][issue-tracker]. ## Building +Install the package in editable mode: + +``` +pip install ".[dev,doc,test]" +``` + Build the documentation locally ```