From 8ec20773dea872d2497057cc9dec723f2aa6a178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 10 Dec 2018 21:52:22 +0400 Subject: [PATCH] :memo: Update docs, use pip as it is more generic --- README.md | 8 ++++---- docs/index.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9b53d0b1b..6102bb21e 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 9b53d0b1b..6102bb21e 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