"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "eeb70cdd770a218746342881a68c7b6bdc04690a"
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: ...@@ -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:
......
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