From 02cc6c486f858c5769187ae6fadffa7db0428616 Mon Sep 17 00:00:00 2001
From: davidovitch <david.verelst@gmail.com>
Date: Thu, 4 Feb 2016 12:15:41 +0100
Subject: [PATCH] [DOCS] installation: section for conda/pip installation of
 deps

---
 docs/install-manual-detailed.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/install-manual-detailed.md b/docs/install-manual-detailed.md
index 026dbbb0..d975c822 100644
--- a/docs/install-manual-detailed.md
+++ b/docs/install-manual-detailed.md
@@ -42,7 +42,7 @@ complete this guide :-)
 
 A Python installation with compilers is required. If you already have this,
 or know how set up such an environment, you skip to
-[here](And Finally: install wetb).
+[here](and-finally-install-wetb).
 
 
 ### Microsft Visual Studio 2010
@@ -159,6 +159,9 @@ conda create -n py34 python=3.4
 activate py27
 ```
 
+
+### Install dependencies with conda and pip
+
 * Install the necessary Python dependencies using the conda package manager:
 
 ```
-- 
GitLab