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