Browse Source

📝 Update docs, use pip as it is more generic

pull/11/head
Sebastián Ramírez 6 years ago
parent
commit
8ec20773de
  1. 8
      README.md
  2. 8
      docs/index.md

8
README.md

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

8
docs/index.md

@ -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…
Cancel
Save