]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update docs, use pip as it is more generic
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 Dec 2018 17:52:22 +0000 (21:52 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 10 Dec 2018 17:52:22 +0000 (21:52 +0400)
README.md
docs/index.md

index 9b53d0b1b000a14a60ec00ce2fb3556dfa78334d..6102bb21ea2fd17654f5409c87afb1d67fcc4e89 100644 (file)
--- 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 <a href="http://www.uvicorn.org" target="_blank">uvicorn</a>.
 
-```shell
-$ pip3 install uvicorn
+```bash
+$ pip install uvicorn
 ```
 
 ## Example
index 9b53d0b1b000a14a60ec00ce2fb3556dfa78334d..6102bb21ea2fd17654f5409c87afb1d67fcc4e89 100644 (file)
@@ -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