mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-06 14:47:05 -04:00
📝 Update docs, use pip as it is more generic
This commit is contained in:
@@ -46,14 +46,14 @@ FastAPI stands on the shoulders of giants:
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
$ pip3 install fastapi
|
||||
```bash
|
||||
$ pip install fastapi
|
||||
```
|
||||
|
||||
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
|
||||
|
||||
```shell
|
||||
$ pip3 install uvicorn
|
||||
```bash
|
||||
$ pip install uvicorn
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
@@ -46,14 +46,14 @@ FastAPI stands on the shoulders of giants:
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
$ pip3 install fastapi
|
||||
```bash
|
||||
$ pip install fastapi
|
||||
```
|
||||
|
||||
You will also need an ASGI server, for production such as <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
|
||||
|
||||
```shell
|
||||
$ pip3 install uvicorn
|
||||
```bash
|
||||
$ pip install uvicorn
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user