From 1bd99c5c8251b57dd45de4fa05f65a9f2ab6a11f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= <andrped94@gmail.com>
Date: Wed, 13 Mar 2024 19:05:46 +0100
Subject: [PATCH] Updated contributing to include --all-extras for poetry
 install step

---
 CONTRIBUTING.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f94862c0..642b03ce 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,7 +46,6 @@ While we encourage you to initiate a draft Pull Request early to get feedback on
     # Activate the environment
     source venv/bin/activate
 
-    # Install via poetry
-    poetry install
+    # Install via poetry with all extras
+    poetry install --all-extras
     ```
-
-- 
GitLab