📝 Improve explanation of request bodies

This commit is contained in:
Sebastián Ramírez
2018-12-26 19:01:15 +04:00
parent 098e629344
commit dd2541bc97
4 changed files with 17 additions and 6 deletions

View File

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