Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
465a8b8d
Unverified
Commit
465a8b8d
authored
Dec 16, 2021
by
Kamal Raj
Committed by
GitHub
Dec 16, 2021
Browse files
Update CONTRIBUTING.md (#14800)
fix pip installation cmd
parent
8ae24e19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
No files found.
CONTRIBUTING.md
View file @
465a8b8d
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment