"examples/pytorch/benchmarking/plot_csv_file.py" did not exist on "9fe09cec76efa1e221c3fd6eb8520ba0a911f092"
Unverified Commit 465a8b8d authored by Kamal Raj's avatar Kamal Raj Committed by GitHub
Browse files

Update CONTRIBUTING.md (#14800)

fix pip installation cmd
parent 8ae24e19
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment