Update CONTRIBUTING.md (#14800)

fix pip installation cmd
This commit is contained in:
Kamal Raj
2021-12-16 21:10:56 +05:30
committed by GitHub
parent 8ae24e19b2
commit 465a8b8d10

View File

@@ -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: Then, make sure you have all the dependencies to be able to build the doc with:
```bash ```bash
$ pip install .[docs] $ pip install ".[docs]"
``` ```
Finally run the following command from the root of the repository: Finally run the following command from the root of the repository: