✏ 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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