Skip to content
Snippets Groups Projects
Commit 8666f994 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

update install_windows.md

parent 393d6ca8
No related branches found
No related tags found
No related merge requests found
Pipeline #
# 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) 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> - 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 ...@@ -57,4 +60,17 @@ pip install pyscaffold pytest-cov --no-deps
``` ```
pip install wetb 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
´´´
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment