From 6d8ef08cb1c099f5e86d1a2490ffa1f539ec2f0b Mon Sep 17 00:00:00 2001 From: John Practicalli <250870+practicalli-john@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:58:32 +0100 Subject: [PATCH] dev: install material 9.4 via pip in readme Update local development instructions in readme to use Material for MkDocs version 9.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13379904..3449e591 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Publish book workflow installs Material for MkDocs version 9 Install mkdocs version 9 using the Python pip package manager ```bash -pip install mkdocs-material=="9.*" +pip3 install mkdocs-material=="9.4" ``` Install the plugins used by the Practicalli site using Pip (these are also installed in the GitHub Action workflow)