diff --git a/README.md b/README.md
index b1c815dc7..830031581 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ You will also need an ASGI server, for production such as
```console
-$ pip install uvicorn[standard]
+$ pip install "uvicorn[standard]"
---> 100%
```
@@ -456,7 +456,7 @@ Used by FastAPI / Starlette:
* uvicorn
- for the server that loads and serves your application.
* orjson
- Required if you want to use `ORJSONResponse`.
-You can install all of these with `pip install fastapi[all]`.
+You can install all of these with `pip install "fastapi[all]"`.
## License
diff --git a/docs/en/docs/deployment/manually.md b/docs/en/docs/deployment/manually.md
index 6a3619b65..7fd1f4d4f 100644
--- a/docs/en/docs/deployment/manually.md
+++ b/docs/en/docs/deployment/manually.md
@@ -29,7 +29,7 @@ You can install an ASGI compatible server with:
uvicorn
- for the server that loads and serves your application.
* orjson
- Required if you want to use `ORJSONResponse`.
-You can install all of these with `pip install fastapi[all]`.
+You can install all of these with `pip install "fastapi[all]"`.
## License
diff --git a/docs/en/docs/tutorial/index.md b/docs/en/docs/tutorial/index.md
index bd02cd539..8b4a9df9b 100644
--- a/docs/en/docs/tutorial/index.md
+++ b/docs/en/docs/tutorial/index.md
@@ -43,7 +43,7 @@ For the tutorial, you might want to install it with all the optional dependencie