Skip to content

Commit

Permalink
Merge pull request #69 from worldbank/update-readme-dunstan
Browse files Browse the repository at this point in the history
Updated README-building docs locally instructions
  • Loading branch information
dmatekenya authored Oct 31, 2024
2 parents ec89b42 + d228971 commit 6a6cbe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6a6cbe9

Please sign in to comment.