From a6028bcecf6085ca23c5d7b1ae7e91a1a0dd821d Mon Sep 17 00:00:00 2001 From: mukhamux Date: Wed, 25 Sep 2024 19:44:45 +0000 Subject: [PATCH] fix: set right command for install environment for contribution --- docs/contrib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib.md b/docs/contrib.md index de97813..cf1ee24 100644 --- a/docs/contrib.md +++ b/docs/contrib.md @@ -21,7 +21,7 @@ We use poetry for managing dependencies. To install it, please follow the offici After you have cloned the taskiq repo, install dependencies using this command: ```bash -poetry install +poetry install --all-extras ``` It will install all required dependencies.