From 80477722ee06518fdc5f4f34d0ef713890e91316 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Fri, 3 Jun 2016 13:19:26 +0200
Subject: [PATCH] removed too much from install instructions, add section on
 downloading Anaconda again

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

diff --git a/docs/install-manual-detailed.md b/docs/install-manual-detailed.md
index b1a556cc..99c68864 100644
--- a/docs/install-manual-detailed.md
+++ b/docs/install-manual-detailed.md
@@ -98,6 +98,13 @@ if you are not happy with it, see [here](https://git-scm.com/downloads/guis).
 
 * Anaconda is a professional grade, full blown scientific Python distribution.
 
+* Download and install Anaconda from
+[https://www.continuum.io/downloads](https://www.continuum.io/downloads).
+
+> Note: the choice of Anaconda for Python 2.7 or Python 3.5 only affects the
+root environment. You can always create additional environments using other
+Python versions, see below.
+
 * Update the root Anaconda environment (type in a terminal):
 
 ```
-- 
GitLab