Skip to content

Commit

Permalink
update readme.md with fix for pip sphinx installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Gouala committed Feb 16, 2018
1 parent e34db47 commit f46cbc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ pip3 install sphinx
pip3 install sphinx_rtd_theme
```

On MacOS, you may get a write permission issue when pip install sphinx, try the following command:

```
sudo pip install --ignore-installed sphinx
```

You can then build the HTML documentation from the root folder of this repository with:

```sh
Expand Down

0 comments on commit f46cbc8

Please sign in to comment.