mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
📝 Update docs, use pip as it is more generic
This commit is contained in:
parent
26ccb7620a
commit
8ec20773de
2 changed files with 8 additions and 8 deletions
|
|
@ -46,14 +46,14 @@ FastAPI stands on the shoulders of giants:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ pip3 install fastapi
|
$ pip install fastapi
|
||||||
```
|
```
|
||||||
|
|
||||||
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
|
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ pip3 install uvicorn
|
$ pip install uvicorn
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
||||||
|
|
@ -46,14 +46,14 @@ FastAPI stands on the shoulders of giants:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ pip3 install fastapi
|
$ pip install fastapi
|
||||||
```
|
```
|
||||||
|
|
||||||
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
|
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ pip3 install uvicorn
|
$ pip install uvicorn
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue