Browse Source
✏ Fix command to install requirements in Windows (#9445)
fix command to install requirements
pull/3868/merge
MariiaRomaniuk
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/docs/contributing.md
|
@ -108,7 +108,7 @@ After activating the environment as described above: |
|
|
<div class="termy"> |
|
|
<div class="termy"> |
|
|
|
|
|
|
|
|
```console |
|
|
```console |
|
|
$ pip install -e ."[dev,doc,test]" |
|
|
$ pip install -e ".[dev,doc,test]" |
|
|
|
|
|
|
|
|
---> 100% |
|
|
---> 100% |
|
|
``` |
|
|
``` |
|
|