Skip to content

Commit 6a6cbe9

Browse files
authored
Merge pull request #69 from worldbank/update-readme-dunstan
Updated README-building docs locally instructions
2 parents ec89b42 + d228971 commit 6a6cbe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ To build the documentation locally, please follow these steps:
360360
```shell
361361
pip install -e .[docs]
362362
```
363+
in some environments (e.g., on Mac OS), try this instead to scape the brackets:
364+
```shell
365+
pip install -e .\[docs]\
366+
```
363367

364368
- Build the documentation:
365369

0 commit comments

Comments
 (0)