From 6538d96a87fe3396adb5d12bb440c28b143e0c71 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Sat, 19 Oct 2024 16:36:19 -0300 Subject: [PATCH] update: docs --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9cd798..f3f5055 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,17 @@ # CONTRIBUTING +## HOW TO INSTALL + +``` +poetry install +``` + +## HOW TO RUN TESTS + +``` +pytest -m "not benchmark and not merkletreejs" +``` + ## WORKFLOW 1. Create your **proposal/bug** in an _issue_.