From 3206cf18e7ace757d202aa2140e290a601cf8799 Mon Sep 17 00:00:00 2001 From: Samuel Rince Date: Tue, 5 Mar 2024 12:11:06 +0100 Subject: [PATCH] docs: change contributor install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dfe363..5d96f62 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ pip install poetry ### Install project ```shell -poetry install --with dev,docs +poetry install --all-extras --with dev,docs ```