From 465a8b8d108739790841634eb57e3aacf705ffeb Mon Sep 17 00:00:00 2001 From: Kamal Raj Date: Thu, 16 Dec 2021 21:10:56 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#14800) fix pip installation cmd --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82e6774199..fff418c8b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -238,7 +238,7 @@ Follow these steps to start contributing: Then, make sure you have all the dependencies to be able to build the doc with: ```bash - $ pip install .[docs] + $ pip install ".[docs]" ``` Finally run the following command from the root of the repository: