diff --git a/docs/install_windows.md b/docs/install_windows.md index c36f8f9a391edd460b0d7aeab4113221855447b4..0df58bd17e61f668034c32be87b66c96a353c760 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 +´´´