From bc95a986a6d250c9d20cadcc785fa5ffa2ad6ece Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Wed, 15 Aug 2018 14:16:59 +0200
Subject: [PATCH] updated download links for Visual Studio in developer guide

---
 docs/developer-guide.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index 9e24d95b..bb7f1bac 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -126,7 +126,8 @@ use ```deactivate``` to deactivate the environment.
         - Python 2.7: [Microsoft Visual C++ Compiler for Python 2.7](http://aka.ms/vcpython27),
         or the [direct link](https://www.microsoft.com/en-gb/download/details.aspx?id=44266).
         - Python 3.4: MS Visual Studio 2010
-        - Python 3.5: MS Visual Studio 2015 or [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
+        - Python 3.5: MS Visual Studio 2015 or [Visual C++ Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017)
+        - Python 3.5+: MS Visual Studio 2017 or [Visual C++ 2017 Redistributable](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017)
         - Only one MS Visual Studio version can be installed, but you can for
         example install MS Visual Studio 2010 alongside the Visual C++ Build Tools.
 - [numpy](http://www.numpy.org/)
@@ -157,8 +158,8 @@ Install the necessary Python dependencies using the conda package manager:
 
 ```
 >> conda install setuptools_scm future h5py pytables pytest pytest-cov nose sphinx blosc pbr paramiko
->> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc
->> conda install -c conda-forge pyscaffold sshtunnel twine pypandoc --no-deps
+>> conda install scipy pandas matplotlib cython xlrd coverage xlwt openpyxl psutil pandoc twine pypandoc
+>> conda install -c conda-forge pyscaffold sshtunnel --no-deps
 ```
 
 Note that ```--no-deps``` avoids that newer packages from the channel
-- 
GitLab