mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-25 00:37:44 -04:00
📝 Improve explanation of request bodies
This commit is contained in:
@@ -39,13 +39,13 @@ pip install fastapi[all]
|
||||
|
||||
This is what you would probably do once you want to deploy your application to production:
|
||||
|
||||
```bash
|
||||
```
|
||||
pip install fastapi
|
||||
```
|
||||
|
||||
Also install `uvicorn` to work as the server:
|
||||
|
||||
```bash
|
||||
```
|
||||
pip install uvicorn
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user