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: