From 8666f9942f63b89231f77ac9436a708f3886c18a Mon Sep 17 00:00:00 2001
From: "Mads M. Pedersen" <mmpe@dtu.dk>
Date: Thu, 1 Sep 2016 14:30:26 +0200
Subject: [PATCH] update install_windows.md

---
 docs/install_windows.md | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/docs/install_windows.md b/docs/install_windows.md
index c36f8f9a..0df58bd1 100644
--- a/docs/install_windows.md
+++ b/docs/install_windows.md
@@ -1,6 +1,9 @@
-# How to install on Windows
 
 
+#Install wetb on Windows
+
+For updating the toolbox jump to [Update wetb on Windows](#Update wetb on Windows)
+
 This guide describes how I installed the toolbox on a Windows machine (1/9-2016)
  
 - Download and install Anaconda (Python 3.5 version, 64bit installer) from <https://www.continuum.io/downloads>
@@ -57,4 +60,17 @@ pip install pyscaffold pytest-cov --no-deps
 ```
 pip install wetb
 ```
-     
\ No newline at end of file
+
+[#Update wetb on Windows](#Update wetb on Windows)
+
+* Activate the envirronment (type in a terminal):
+
+```
+activate py35
+´´´
+
+* Update the toolbox
+
+```
+pip install wetb --upgrade --no-deps
+´´´
-- 
GitLab