✏ Fix command to install requirements in Windows (#9445)

fix command to install requirements
This commit is contained in:
MariiaRomaniuk
2023-05-02 00:27:49 -06:00
committed by GitHub
parent 8ac8d70d52
commit 055cf356ca

View File

@@ -108,7 +108,7 @@ After activating the environment as described above:
<div class="termy">
```console
$ pip install -e ."[dev,doc,test]"
$ pip install -e ".[dev,doc,test]"
---> 100%
```