diff --git a/docs/customization.md b/docs/customization.md index a8ad77440..7891bfff3 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -301,16 +301,14 @@ Then, install all Python dependencies: === "Material for MkDocs" ``` - pip install -e . - pip install "mkdocs-material[recommended]" + pip install -e ".[recommended]" pip install nodeenv ``` === "Insiders" ``` - pip install -e . - pip install "mkdocs-material[recommended, imaging]" + pip install -e ".[recommended, imaging]" pip install nodeenv ```