summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCerem Cem ASLAN <ceremcem@ceremcem.net>2018-08-05 07:17:25 +0300
committerJoan Touzet <wohali@users.noreply.github.com>2018-08-05 11:24:16 -0400
commit0cbaefcaceff750c46ea612322fa1aa02d37c87e (patch)
treea625ed51d9ea69cbbbc1ba71db68666750dcdbc1
parentd29011b117a0274e42a908914ee7d3de8f947d80 (diff)
downloadcouchdb-0cbaefcaceff750c46ea612322fa1aa02d37c87e.tar.gz
added missing dependencies for Debian-based systems
-rw-r--r--INSTALL.Unix.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index bfd9c89a2..f0baf58c9 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -74,6 +74,9 @@ You can install the documentation dependencies by running:
sudo apt-get --no-install-recommends -y install \
python-sphinx
+
+ sudo pip install --upgrade sphinx_rtd_theme nose requests hypothesis
+
Be sure to update the version numbers to match your system's available
packages.