From d3fb41f2635f31f123df10025b3041f045bd8a05 Mon Sep 17 00:00:00 2001 From: Arman Tekinalp <53585636+armantekinalp@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:29:10 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e303b2e..05a96471 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,7 @@ make pre-commit-install ``` If you are planning to contribute to the examples, -extra dependencies can be installed using `poetry install -E examples`. +extra dependencies can be installed using `make install_examples_dependencies`. If you are planning to contribute on documentation, extra dependencies can be installed using `poetry install -E docs`.