You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2018/08/05 15:24:20 UTC

[couchdb] branch master updated: added missing dependencies for Debian-based systems

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cbaefc  added missing dependencies for Debian-based systems
0cbaefc is described below

commit 0cbaefcaceff750c46ea612322fa1aa02d37c87e
Author: Cerem Cem ASLAN <ce...@ceremcem.net>
AuthorDate: Sun Aug 5 07:17:25 2018 +0300

    added missing dependencies for Debian-based systems
---
 INSTALL.Unix.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index bfd9c89..f0baf58 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.