From d2289716ed7da167e3dfd193708ad0a7918b68ed Mon Sep 17 00:00:00 2001 From: Dunstan Matekenya Date: Mon, 14 Oct 2024 10:08:38 -0400 Subject: [PATCH] Updated README-building docs locally instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0d4db00..4b12707 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,10 @@ To build the documentation locally, please follow these steps: ```shell pip install -e .[docs] ``` + in some environments (e.g., on Mac OS), try this instead to scape the brackets: + ```shell + pip install -e .\[docs]\ + ``` - Build the documentation: