mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-28 04:36:14 -05:00
✏ Fix command to install requirements in Windows (#9445)
fix command to install requirements
This commit is contained in:
@@ -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%
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user