Skip to content

Commit

Permalink
DOC: Add mock to the dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Jul 5, 2018
1 parent d6130c1 commit 253b627
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ The documentation requires a few dependencies beyond those necessary for the qua
* sphinx
* numpydoc
* sphinx_rtd_theme
* mock

You can install these by executing

```
pip install sphinx numpydoc sphinx_rtd_theme
conda install sphinx numpydoc sphinx_rtd_theme mock
```

## Building the docs
Expand Down

0 comments on commit 253b627

Please sign in to comment.