mirror of https://github.com/tiangolo/fastapi.git
✏ Fix command to install requirements in Windows (#9445)
fix command to install requirements
This commit is contained in:
parent
8ac8d70d52
commit
055cf356ca
|
|
@ -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%
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue