@ -90,13 +90,13 @@ FastAPI stands on the shoulders of giants:
## Installation
```bash
$ pip install fastapi
pip install fastapi
```
You will also need an ASGI server, for production such as <ahref="http://www.uvicorn.org"target="_blank">Uvicorn</a> or <ahref="https://gitlab.com/pgjones/hypercorn"target="_blank">Hypercorn</a>.
@ -90,13 +90,13 @@ FastAPI stands on the shoulders of giants:
## Installation
```bash
$ pip install fastapi
pip install fastapi
```
You will also need an ASGI server, for production such as <ahref="http://www.uvicorn.org"target="_blank">Uvicorn</a> or <ahref="https://gitlab.com/pgjones/hypercorn"target="_blank">Hypercorn</a>.