diff --git a/docs/contrib.md b/docs/contrib.md index de978137..cf1ee24d 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.