summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-10-01 13:16:47 +0200
committerGitHub <noreply@github.com>2017-10-01 13:16:47 +0200
commit59effcf339483d26a08bd08fd5d3a1efd5be3f2a (patch)
tree819c92cea769ff4d4a268498e768eb89fc2356bd
parent0eb7677788a3852e64c7f16042343fb0ea126c8d (diff)
parent8b8de979600193c2283189a196deea01892c14b5 (diff)
downloadcouchdb-59effcf339483d26a08bd08fd5d3a1efd5be3f2a.tar.gz
Merge pull request #853 from apache/fix/docs-mac-spidermonkey
Update missing dependencies in README-DEV
-rw-r--r--README-DEV.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-DEV.rst b/README-DEV.rst
index 0f12fa44c..613aea2b6 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -89,7 +89,7 @@ Unless you want to install the optional dependencies, skip to the next section.
Install what else we can with Homebrew::
- brew install help2man gnupg md5sha1sum node
+ brew install help2man gnupg md5sha1sum node spidermonkey
If you don't already have pip installed, install it::
@@ -97,7 +97,7 @@ If you don't already have pip installed, install it::
Now, install the required Python packages::
- sudo pip install sphinx docutils pygments nose requests hypothesis
+ sudo pip install sphinx docutils pygments nose requests hypothesis sphinx_rtd_theme
FreeBSD
~~~~~~~