From: Sebastián Ramírez Date: Mon, 10 Dec 2018 17:52:22 +0000 (+0400) Subject: :memo: Update docs, use pip as it is more generic X-Git-Tag: 0.1.11~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ec20773dea872d2497057cc9dec723f2aa6a178;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update docs, use pip as it is more generic --- diff --git a/README.md b/README.md index 9b53d0b1b0..6102bb21ea 100644 --- a/README.md +++ b/README.md @@ -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 uvicorn. -```shell -$ pip3 install uvicorn +```bash +$ pip install uvicorn ``` ## Example diff --git a/docs/index.md b/docs/index.md index 9b53d0b1b0..6102bb21ea 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 uvicorn. -```shell -$ pip3 install uvicorn +```bash +$ pip install uvicorn ``` ## Example