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
parent
commit
055cf356ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/contributing.md

2
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%
``` ```

Loading…
Cancel
Save