From 0edad19ee04a799985d57beb58439ce544177c2e Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Sat, 15 Jul 2017 15:49:55 +0200 Subject: [PATCH] Update source-install about doc dependencies Closes gh-2795 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4214ff676..fb43f7213 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -424,9 +424,9 @@ While we try not to break master, there are no guarantees on anything. :: source borg-env/bin/activate # always before using! # install borg + dependencies into virtualenv - pip install sphinx # optional, to build the docs cd borg pip install -r requirements.d/development.txt + pip install -r requirements.d/docs.txt # optional, to build the docs pip install -r requirements.d/fuse.txt # optional, for FUSE support pip install -e . # in-place editable mode